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 | PlayerControllerClass |
Functions | |
PlayerControllerClass GenericControllerClass | GetControlledEntity () |
proto external bool | SetControlledEntity (IEntity entity) |
proto external PlayerCamera | GetPlayerCamera () |
proto external bool | CanRequestRespawn () |
proto external void | RequestRespawn () |
Send request to the server to spawn a playable controller for us. More... | |
proto external ActionManager | GetActionManager () |
Returns the Action Manager associated to this player controller. More... | |
proto external RespawnComponent | GetRespawnComponent () |
proto external HUDManagerComponent | GetHUDManagerComponent () |
proto external bool | IsChatAllowed () |
Returns text communication privilege. More... | |
proto external bool | IsVonAllowed () |
Returns voice communication privilege. More... | |
proto external bool | HasRole (EPlayerRole role) |
Returns True if the user has given role assigned. More... | |
proto external bool | SetCharacterCameraRenderActive (bool active) |
proto external int | GetPlayerId () |
proto external int | GetRplIdentity () |
proto external void | SetPlayerBlockedState (int playerId, bool blocked) |
proto external void | SetPlayerMutedState (int playerId, bool blocked) |
proto external PermissionState | GetPlayerBlockedState (int playerId) |
proto external PermissionState | GetPlayerMutedState (int playerId) |
proto external bool | CanViewContentCreatedBy (int playerId) |
event protected void | OnInit (IEntity owner) |
event protected void | OnOwnershipChanged (bool changing, bool becameOwner) |
event protected void | OnControlledEntityChanged (IEntity from, IEntity to) |
Runs every time the controlled entity has been changed. More... | |
event protected void | OnDestroyed (notnull Instigator killer) |
Runs every time the controlled entity die. More... | |
event void | OnUpdate (float timeSlice) |