C# Class MapServer.ScriptTimerInfo

Show file Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
bTag bool
day int
hour int
minute int
month int
name String
script_id uint
second int
year int

Property Details

bTag public property

public bool bTag
return bool

day public property

public int day
return int

hour public property

public int hour
return int

minute public property

public int minute
return int

month public property

public int month
return int

name public property

public String name
return String

script_id public property

public uint script_id
return uint

second public property

public int second
return int

year public property

public int year
return int