The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "UE3:SeqCond IsLoggedIn (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
(Talk)
Line 14: Line 14:
 
'''Type:''' [[int]]
 
'''Type:''' [[int]]
  
<!-- enter variable description -->
+
The number of users that need to be logged in for it to activate as true
  
 
===Default values===
 
===Default values===
Line 27: Line 27:
 
|  
 
|  
 
{| class="list defaults"
 
{| class="list defaults"
! {{tl|SeqOpOutputLink||SequenceOp|Member}}
+
! {{tl|SeqOpOutputLink||SequenceOp structs|Member}}
 
! Value
 
! Value
 
|-
 
|-
Line 37: Line 37:
 
|  
 
|  
 
{| class="list defaults"
 
{| class="list defaults"
! {{tl|SeqOpOutputLink||SequenceOp|Member}}
+
! {{tl|SeqOpOutputLink||SequenceOp structs|Member}}
 
! Value
 
! Value
 
|-
 
|-
Line 47: Line 47:
 
|  
 
|  
 
{| class="list defaults"
 
{| class="list defaults"
! {{tl|SeqVarLink||SequenceOp|Member}}
+
! {{tl|SeqVarLink||SequenceOp structs|Member}}
 
! Value
 
! Value
 
|-
 
|-

Revision as of 06:24, 17 January 2010

UDK Object >> SequenceObject >> SequenceOp >> SequenceCondition >> SeqCond_IsLoggedIn
Package: 
Engine
This class in other games:
UT3

Used to determine how many players are currently logged in

Properties

Property group 'SeqCond_IsLoggedIn'

NumNeededLoggedIn

Type: int

The number of users that need to be logged in for it to activate as true

Default values

Property Value
ObjName "Is Logged In"
OutputLinks[0]
Member Value
LinkDesc "True"
OutputLinks[1]
Member Value
LinkDesc "False"
VariableLinks[0]
Member Value
ExpectedType Class'Engine.SeqVar_Int'
LinkDesc "NeededLoggedIn"
PropertyName 'NumNeededLoggedIn'

Events

CheckLogins

event bool CheckLogins ()

Checks with the OnlineSubsystem to determine if there are enough people logged in