Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseProjectileEffect.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
18 proto external bool HasFinished();
20 proto external void SetHasFinished(bool value);
22 proto external bool IsEnabled();
24 proto external void SetIsEnabled(bool value);
25
26 // callbacks
27
32 event void OnInit(IEntity owner);
42 event void OnEffect(IEntity pHitEntity, inout vector outMat[3], IEntity damageSource, notnull Instigator instigator, string colliderName, float speed);
48 event void OnFrame(IEntity owner, float timeSlice);
53 event bool ShouldTick();
54}
55
int IsEnabled()
Returns true if the light is enabled.