![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_BaseTriggerComponentClass |
Functions | |
| SCR_BaseTriggerComponentClass BaseTriggerComponentClass | Attribute ("0", desc:"Is this mine live by default?") |
| bool | IsActivatedByDefault () |
| void | SetUser (notnull IEntity user) |
| void | ActivateTrigger () |
| void | DisarmTrigger () |
| void | ShowFuse () |
| void | OnActivatedChanged () |
| Method called on the clients, the item should be outside inventory already. | |
| void | RPC_DoTrigger () |
| void | EOnInit (IEntity owner) |
| void | SCR_BaseTriggerComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
| void ActivateTrigger | ( | ) |
Definition at line 45 of file SCR_BaseTriggerComponent.c.
| SCR_BaseTriggerComponentClass BaseTriggerComponentClass Attribute | ( | "0" | , |
| desc:"Is this mine live by default?" | ) |
Definition at line 1 of file SCR_BaseTriggerComponent.c.
| void DisarmTrigger | ( | ) |
Definition at line 62 of file SCR_BaseTriggerComponent.c.
| bool IsActivatedByDefault | ( | ) |
Definition at line 29 of file SCR_BaseTriggerComponent.c.
| void OnActivatedChanged | ( | ) |
Method called on the clients, the item should be outside inventory already.
Definition at line 82 of file SCR_BaseTriggerComponent.c.
| void RPC_DoTrigger | ( | ) |
Definition at line 91 of file SCR_BaseTriggerComponent.c.
|
protected |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 117 of file SCR_BaseTriggerComponent.c.
| void SetUser | ( | notnull IEntity | user | ) |
| [in] | user |
Definition at line 36 of file SCR_BaseTriggerComponent.c.
| void ShowFuse | ( | ) |
Definition at line 70 of file SCR_BaseTriggerComponent.c.