Class TGameCommonEvent
상속
object
TGameCommonEvent
어셈블리: Creator.dll
Syntax
[Serializable]
public class TGameCommonEvent : IExtensible
생성자
TGameCommonEvent()
선언
public TGameCommonEvent()
프로퍼티
conditionSwitch1ID
선언
public int conditionSwitch1ID { get; set; }
프로퍼티 값
l_name
선언
public LString l_name { get; set; }
프로퍼티 값
name
선언
public string name { get; set; }
프로퍼티 값
page
선언
public TGameMapEventPage page { get; set; }
프로퍼티 값
타입 |
설명 |
network.TGameMapEventPage |
|
startCondition
선언
public int startCondition { get; set; }
프로퍼티 값
targetPlayerSelector
선언
public List<int> targetPlayerSelector { get; }
프로퍼티 값
타입 |
설명 |
System.Collections.Generic.List<T><int> |
|