Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_PlayerTeleportedFeedbackComponent Interface Reference
Inheritance diagram for SCR_PlayerTeleportedFeedbackComponent:
[legend]

Public Member Functions

ScriptInvoker GetOnPlayerTeleported ()
 Get on player Teleported script invoker.
 
void PlayerTeleported (IEntity character, bool isLongFade, SCR_EPlayerTeleportedReason teleportReason)
 On player teleported send a notification and event that the local player character is teleported.
 

Protected Attributes

ref ScriptInvoker m_OnPlayerTeleported = new ScriptInvoker()
 
PlayerManager m_PlayerManager
 

Member Function Documentation

◆ GetOnPlayerTeleported()

ScriptInvoker SCR_PlayerTeleportedFeedbackComponent.GetOnPlayerTeleported ( )

Get on player Teleported script invoker.

◆ PlayerTeleported()

void SCR_PlayerTeleportedFeedbackComponent.PlayerTeleported ( IEntity  character,
bool  isLongFade,
SCR_EPlayerTeleportedReason  teleportReason 
)

On player teleported send a notification and event that the local player character is teleported.

Member Data Documentation

◆ m_OnPlayerTeleported

ref ScriptInvoker SCR_PlayerTeleportedFeedbackComponent.m_OnPlayerTeleported = new ScriptInvoker()
protected

◆ m_PlayerManager

PlayerManager SCR_PlayerTeleportedFeedbackComponent.m_PlayerManager
protected

The documentation for this interface was generated from the following file: