mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
precompile and cache functions at game start
This commit is contained in:
parent
a2805fad53
commit
f60b368c65
6
addons/medical_blood/XEH_PREP.hpp
Normal file
6
addons/medical_blood/XEH_PREP.hpp
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
PREP(hit);
|
||||
PREP(isBleeding);
|
||||
PREP(onBleeding);
|
||||
PREP(createBlood);
|
||||
PREP(spurt);
|
@ -1,7 +1,7 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
PREP(hit);
|
||||
PREP(isBleeding);
|
||||
PREP(onBleeding);
|
||||
PREP(createBlood);
|
||||
PREP(spurt);
|
||||
ADDON = false;
|
||||
|
||||
#include "XEH_PREP.hpp"
|
||||
|
||||
ADDON = true;
|
||||
|
3
addons/medical_blood/XEH_preStart.sqf
Normal file
3
addons/medical_blood/XEH_preStart.sqf
Normal file
@ -0,0 +1,3 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
#include "XEH_PREP.hpp"
|
BIN
addons/medical_blood/data/splat_1.p3d
Normal file
BIN
addons/medical_blood/data/splat_1.p3d
Normal file
Binary file not shown.
BIN
addons/medical_blood/data/splat_2.p3d
Normal file
BIN
addons/medical_blood/data/splat_2.p3d
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user