![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_BaseTriggerComponentClass |
Functions | |
| SCR_BaseTriggerComponentClass BaseTriggerComponentClass | Attribute ("0", "Is this mine live by default?") |
| void | SetUser (notnull IEntity user) |
| void | ActivateTrigger () |
| void | ShowFuse () |
| void | OnActivatedChanged () |
| Method called on the clients, the item should be outside inventory already. More... | |
| void | RPC_DoTrigger () |
| override event protected void | EOnInit (IEntity owner) |
| Initialise this component with data from FactionsManager. More... | |
| void | SCR_BaseTriggerComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
| void ActivateTrigger | ( | ) |
Definition at line 38 of file SCR_BaseTriggerComponent.c.
| SCR_BaseTriggerComponentClass BaseTriggerComponentClass Attribute | ( | "0" | , |
| "Is this mine live by default?" | |||
| ) |
Definition at line 8 of file SCR_BaseTriggerComponent.c.
| void OnActivatedChanged | ( | ) |
Method called on the clients, the item should be outside inventory already.
Definition at line 69 of file SCR_BaseTriggerComponent.c.
| void RPC_DoTrigger | ( | ) |
Definition at line 78 of file SCR_BaseTriggerComponent.c.
| void SCR_BaseTriggerComponent | ( | IEntityComponentSource | src, |
| IEntity | ent, | ||
| IEntity | parent | ||
| ) |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 99 of file SCR_BaseTriggerComponent.c.
| void SetUser | ( | notnull IEntity | user | ) |
| [in] | user |
Definition at line 29 of file SCR_BaseTriggerComponent.c.
| void ShowFuse | ( | ) |
Definition at line 57 of file SCR_BaseTriggerComponent.c.