Skip to content

Commit

Permalink
Rewritten the pylon and loadout system to utilize septate pylon and l…
Browse files Browse the repository at this point in the history
…oadout file
  • Loading branch information
AndreasBrostrom committed May 3, 2024
1 parent 8c358f2 commit cb4eb04
Show file tree
Hide file tree
Showing 16 changed files with 2,386 additions and 2,382 deletions.
6 changes: 5 additions & 1 deletion cScripts/CfgFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class cScripts {
class init_staging {};

class init_logistics {};
class init_pylons {};

class init_diary {};
class init_message {};
Expand Down Expand Up @@ -186,7 +187,10 @@ class cScripts {

class vehicle_applyLoadout {};
class vehicle_addDefaultLoadout {};
class vehicle_getPylon {};

class vehicle_getPylonName {};
class vehicle_getPylonLoadout {};
class vehicle_getPylonIcon {};

// Other
class vehicle_reset {};
Expand Down
Loading

0 comments on commit cb4eb04

Please sign in to comment.