I'm a doctor, not a mechanic

UE3:SeqVar_Player (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceVariable >> SeqVar_Object >> SeqVar_Player
Package: 
Engine
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'SeqVar_Player'[edit]

bAllPlayers[edit]

Type: bool

Return all player references?

Default value: True

PlayerIdx[edit]

Type: int

Individual player selection for multiplayer scripting

Internal variables[edit]

Players[edit]

Type: array<Object>

Modifiers: transient

Local list of players in the game

Default values[edit]

Property Value
ObjName "Player"

Instance functions[edit]

GetObjectValue[edit]

function Object GetObjectValue ()

Overrides: SeqVar_Object.GetObjectValue

returns the object this variable is currently pointing to if this variable represents a list of objects, only returns the first one