Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlayerTeleportedFeedbackComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_PlayerTeleportedFeedbackComponentClass

Enumerations

enum  SCR_EPlayerTeleportedReason { DEFAULT , EDITOR , BLOCKING_SPAWNER , FAST_TRAVEL }

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.

Variables

SCR_PlayerTeleportedFeedbackComponentClass m_OnPlayerTeleported = new ScriptInvoker()
PlayerManager m_PlayerManager

Enumeration Type Documentation

◆ SCR_EPlayerTeleportedReason

Enumerator
DEFAULT 
EDITOR 
BLOCKING_SPAWNER 
FAST_TRAVEL 

Definition at line 50 of file SCR_PlayerTeleportedFeedbackComponent.c.

Function Documentation

◆ GetOnPlayerTeleported()

ScriptInvoker GetOnPlayerTeleported ( )
protected

Get on player Teleported script invoker.

Definition at line 13 of file SCR_PlayerTeleportedFeedbackComponent.c.

◆ PlayerTeleported()

void PlayerTeleported ( IEntity character,
bool isLongFade,
SCR_EPlayerTeleportedReason teleportReason )
protected

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

Definition at line 20 of file SCR_PlayerTeleportedFeedbackComponent.c.

Variable Documentation

◆ m_OnPlayerTeleported

◆ m_PlayerManager

PlayerManager m_PlayerManager
protected

Definition at line 9 of file SCR_PlayerTeleportedFeedbackComponent.c.