PlayerReplicationInfoWrapper : ActorWrapper
Parameter | Type | Description |
---|---|---|
name | const std::string & | — |
int GetScore()
void SetScore(int newScore)
Parameter | Type | Description |
---|---|---|
newScore | int | — |
int GetDeaths()
void SetDeaths(int newDeaths)
Parameter | Type | Description |
---|---|---|
newDeaths | int | — |
unsigned char GetPing()
void SetPing(unsigned char newPing)
Parameter | Type | Description |
---|---|---|
newPing | unsigned char | — |
unsigned char GetTTSSpeaker()
void SetTTSSpeaker(unsigned char newTTSSpeaker)
Parameter | Type | Description |
---|---|---|
newTTSSpeaker | unsigned char | — |
int GetNumLives()
void SetNumLives(int newNumLives)
Parameter | Type | Description |
---|---|---|
newNumLives | int | — |
UnrealStringWrapper GetPlayerName()
UnrealStringWrapper GetOldName()
int GetPlayerID()
void SetPlayerID(int newPlayerID)
Parameter | Type | Description |
---|---|---|
newPlayerID | int | — |
TeamInfoWrapper GetTeam()
void SetTeam(TeamInfoWrapper newTeam)
Parameter | Type | Description |
---|---|---|
newTeam | TeamInfoWrapper | — |
unsigned long GetbAdmin()
void SetbAdmin(unsigned long newbAdmin)
Parameter | Type | Description |
---|---|---|
newbAdmin | unsigned long | — |
unsigned long GetbIsSpectator()
void SetbIsSpectator(unsigned long newbIsSpectator)
Parameter | Type | Description |
---|---|---|
newbIsSpectator | unsigned long | — |
unsigned long GetbOnlySpectator()
void SetbOnlySpectator(unsigned long newbOnlySpectator)
Parameter | Type | Description |
---|---|---|
newbOnlySpectator | unsigned long | — |
unsigned long GetbWaitingPlayer()
void SetbWaitingPlayer(unsigned long newbWaitingPlayer)
Parameter | Type | Description |
---|---|---|
newbWaitingPlayer | unsigned long | — |
unsigned long GetbReadyToPlay()
void SetbReadyToPlay(unsigned long newbReadyToPlay)
Parameter | Type | Description |
---|---|---|
newbReadyToPlay | unsigned long | — |
unsigned long GetbOutOfLives()
void SetbOutOfLives(unsigned long newbOutOfLives)
Parameter | Type | Description |
---|---|---|
newbOutOfLives | unsigned long | — |
unsigned long GetbBot()
void SetbBot(unsigned long newbBot)
Parameter | Type | Description |
---|---|---|
newbBot | unsigned long | — |
unsigned long GetbIsInactive()
void SetbIsInactive(unsigned long newbIsInactive)
Parameter | Type | Description |
---|---|---|
newbIsInactive | unsigned long | — |
unsigned long GetbFromPreviousLevel()
void SetbFromPreviousLevel(unsigned long newbFromPreviousLevel)
Parameter | Type | Description |
---|---|---|
newbFromPreviousLevel | unsigned long | — |
unsigned long GetbTimedOut()
void SetbTimedOut(unsigned long newbTimedOut)
Parameter | Type | Description |
---|---|---|
newbTimedOut | unsigned long | — |
unsigned long GetbUnregistered()
void SetbUnregistered(unsigned long newbUnregistered)
Parameter | Type | Description |
---|---|---|
newbUnregistered | unsigned long | — |
int GetStartTime()
void SetStartTime(int newStartTime)
Parameter | Type | Description |
---|---|---|
newStartTime | int | — |
UnrealStringWrapper GetStringSpectating()
UnrealStringWrapper GetStringUnknown()
int GetKills()
void SetKills(int newKills)
Parameter | Type | Description |
---|---|---|
newKills | int | — |
float GetExactPing()
void SetExactPing(float newExactPing)
Parameter | Type | Description |
---|---|---|
newExactPing | float | — |
UnrealStringWrapper GetSavedNetworkAddress()
SteamID GetUniqueId()
void SetUniqueId(UniqueIDWrapper newUniqueId)
Parameter | Type | Description |
---|---|---|
newUniqueId | UniqueIDWrapper | — |
UniqueIDWrapper GetUniqueIdWrapper()
void UnregisterPlayerFromSession()
void RegisterPlayerWithSession()
bool IsInvalidName()
unsigned char GetTeamNum()
void SetUniqueId2(UniqueIDWrapper &PlayerUniqueId)
Parameter | Type | Description |
---|---|---|
PlayerUniqueId | UniqueIDWrapper | — |
void SeamlessTravelTo(PlayerReplicationInfoWrapper NewPRI)
Parameter | Type | Description |
---|---|---|
NewPRI | PlayerReplicationInfoWrapper | — |
void IncrementDeaths(int Amt)
Parameter | Type | Description |
---|---|---|
Amt | int | — |
void CopyProperties(PlayerReplicationInfoWrapper PRI)
Parameter | Type | Description |
---|---|---|
PRI | PlayerReplicationInfoWrapper | — |
void OverrideWith(PlayerReplicationInfoWrapper PRI)
Parameter | Type | Description |
---|---|---|
PRI | PlayerReplicationInfoWrapper | — |
PlayerReplicationInfoWrapper Duplicate()
void SetWaitingPlayer(unsigned long B)
Parameter | Type | Description |
---|---|---|
B | unsigned long | — |
void eventSetPlayerName(std::string S)
Parameter | Type | Description |
---|---|---|
S | std::string | — |
void Reset()
void eventDestroyed()
void Unregister2()
void UpdatePing(float TimeStamp)
Parameter | Type | Description |
---|---|---|
TimeStamp | float | — |
void RemoteUserDataReplicated()
void SetPlayerTeam(TeamInfoWrapper NewTeam)
Parameter | Type | Description |
---|---|---|
NewTeam | TeamInfoWrapper | — |