mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
aeb0614e7e
* Cleanup map gesture sync / color mapping - Adds ace_common_fnc_setPlayerOwner which syncs player's owner var - Redo publicVarClient with CBA's ownerEvent - Remove old ace_settings - Make color module run globaly - Ad public ace_map_gestures_fnc_addGroupColorMapping * fix return
13 lines
251 B
C++
13 lines
251 B
C++
|
|
PREP(addGroupColorMapping);
|
|
PREP(drawMapGestures);
|
|
PREP(endTransmit);
|
|
PREP(getProximityPlayers);
|
|
PREP(initTransmit);
|
|
PREP(isValidColorArray);
|
|
PREP(moduleGroupSettings);
|
|
PREP(moduleSettings);
|
|
PREP(receiverInit);
|
|
PREP(transmit);
|
|
PREP(transmitterInit);
|