Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FactionPlayerTriggerEntity.c
Go to the documentation of this file.
1[EntityEditorProps(category: "GameScripted/Misc", description: "")]
6{
8
10 {
11 if (!super.ScriptedEntityFilterForQuery(ent) || !IsAlive(ent))
12 return false;
13
14 return SCR_PossessingManagerComponent.GetPlayerIdFromMainEntity(ent) > 0;
15 }
16 override protected void EOnInit(IEntity owner)
17 {
18 super.EOnInit(owner);
19
21 }
22};
ArmaReforgerScripted GetGame()
Definition game.c:1398
void SCR_BaseFactionTriggerEntity(IEntitySource src, IEntity parent)
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
override bool ScriptedEntityFilterForQuery(IEntity ent)
proto external PlayerController GetPlayerController()