Navigation

  • index
  • next |
  • previous |
  • Antistasi Guide documentation »
  • Dev Guide »
  • Addon Functions & Folders Library

Logo of Antistasi Guide

Table of Contents

  • Beginners Guide for Antistasi v3.0
  • Detailed Reference Guide
  • Dev Guide
    • General
    • Development
      • Dev Tools Starter Setup
      • How to build Antistasi
      • Antistasi Porting Instructions
      • How to Extend Antistasi?
      • Technical Standards for Core Code Contributions
      • Addon Functions & Folders Library
        • General information
        • Addons
        • Init
      • Debug Console Commands for Devs
      • Translation-Localization of Antistasi via Tolgee
    • Deprecated

GitHub

Star
Follow @official-antistasi-community

Addon Functions & Folders Library

General information

General information

This function library should help the official development team and anyone who changes Antistasi to his personal mission. It will be filled slowly by the official dev team. If you want to contribute to this wiki, contact us on discord.

Read this library

The library will be structured like the original code is. So if you have any file in the code, you can easily find it by navigating the folder structure.

Addons

Addons

Addons are a isolated module that could work with Antistasi but might not.

Top level view of Addons structure

  • core Core functionality of Antisasti

  • Events Antistasi’s Event system

  • Garage Antistasi’s New Garage system

  • GUI Antistasi’s New GUIs

  • JeroenArsenal Antistasi’s Limited Arsenal

  • Logistics Antistasi’s nodes base logtistic system for vehicles

  • maps Location for Antistasi’s missions for specific terrain

Init

Init

Server Init called once on mission start

  • A3A_fnc_initServer

Client Init called once on mission start and JIP

  • A3A_fnc_initClient

Navigation

  • index
  • next |
  • previous |
  • Antistasi Guide documentation »
  • Dev Guide »
  • Addon Functions & Folders Library
© Copyright 2024, Official Antistasi Community. Last updated 2024/October/14