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_PlayerTeleportedFeedbackComponentClass |
Enumerations | |
enum | SCR_EPlayerTeleportedReason { DEFAULT, EDITOR, BLOCKING_SPAWNER, FAST_TRAVEL } |
Functions | |
ScriptInvoker | GetOnPlayerTeleported () |
Get on player Teleported script invoker. More... | |
void | PlayerTeleported (IEntity character, bool isLongFade, SCR_EPlayerTeleportedReason teleportReason) |
On player teleported send a notification and event that the local player character is teleported. More... | |
Variables | |
SCR_PlayerTeleportedFeedbackComponentClass | m_OnPlayerTeleported = new ScriptInvoker() |
protected PlayerManager | m_PlayerManager |
Enumerator | |
---|---|
DEFAULT | |
EDITOR | |
BLOCKING_SPAWNER | |
FAST_TRAVEL |
Definition at line 50 of file SCR_PlayerTeleportedFeedbackComponent.c.
ScriptInvoker GetOnPlayerTeleported | ( | ) |
Get on player Teleported script invoker.
Definition at line 13 of file SCR_PlayerTeleportedFeedbackComponent.c.
void PlayerTeleported | ( | IEntity | character, |
bool | isLongFade, | ||
SCR_EPlayerTeleportedReason | teleportReason | ||
) |
On player teleported send a notification and event that the local player character is teleported.
Definition at line 20 of file SCR_PlayerTeleportedFeedbackComponent.c.
SCR_PlayerTeleportedFeedbackComponentClass m_OnPlayerTeleported = new ScriptInvoker() |
protected PlayerManager m_PlayerManager |
Definition at line 9 of file SCR_PlayerTeleportedFeedbackComponent.c.