![]() |
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_MapMarkerSquadMemberClass |
Functions | |
| SCR_MapMarkerSquadMemberClass SCR_MapMarkerEntityClass | RplProp (onRplName:"OnPlayerIdUpdate") |
| Dynamic map marker -> squad member. | |
| void | OnPlayerIdUpdate () |
| Rpl event when m_iPlayerID is updated. | |
| void | SetPlayerID (int id) |
| void | UpdateTarget () |
| void | UpdatePlayerAffiliation () |
| Check whether we are in a squad and if it should be visible on map. | |
| void | OnPlayerLeaderChanged (int groupID, int playerId) |
| SCR_AIGroup event. | |
| void | OnPlayerAdded (SCR_AIGroup group, int playerId) |
| SCR_AIGroup event. | |
| void | OnPlayerRemoved (SCR_AIGroup group, int playerId) |
| SCR_AIGroup event. | |
| void | OnMapLayerChanged (int layerID) |
| override void | OnCreateMarker () |
| override void | OnUpdate () |
| void | EOnInit (IEntity owner) |
| void | ~SCR_MapMarkerSquadMember () |
|
protected |
Definition at line 154 of file SCR_MapMarkerSquadMember.c.
|
protected |
Definition at line 145 of file SCR_MapMarkerSquadMember.c.
|
protected |
SCR_AIGroup event.
Definition at line 126 of file SCR_MapMarkerSquadMember.c.
| void OnPlayerIdUpdate | ( | ) |
Rpl event when m_iPlayerID is updated.
Definition at line 56 of file SCR_MapMarkerSquadMember.c.
SCR_AIGroup event.
Definition at line 116 of file SCR_MapMarkerSquadMember.c.
|
protected |
SCR_AIGroup event.
Definition at line 136 of file SCR_MapMarkerSquadMember.c.
|
protected |
Definition at line 177 of file SCR_MapMarkerSquadMember.c.
| SCR_MapMarkerSquadMemberClass SCR_MapMarkerEntityClass RplProp | ( | onRplName:"OnPlayerIdUpdate" | ) |
Dynamic map marker -> squad member.
Check whether we are in a squad and if it should be visible on map
Definition at line 1 of file SCR_MapMarkerSquadMember.c.
| void SetPlayerID | ( | int | id | ) |
| [in] | id |
Definition at line 63 of file SCR_MapMarkerSquadMember.c.
|
protected |
Check whether we are in a squad and if it should be visible on map.
Definition at line 100 of file SCR_MapMarkerSquadMember.c.
|
protected |
Target tracking based on playerID Authority only
Definition at line 79 of file SCR_MapMarkerSquadMember.c.
|
protected |
Definition at line 204 of file SCR_MapMarkerSquadMember.c.