C# Class EventAI_Creator.summon

Mostra file Open project: mangosR2/eventAI_tool Class Usage Examples

Public Properties

Property Type Description
changed bool
comment string
id uint
orientation float
position_x float
position_y float
position_z float
spawntimesecs int

Public Methods

Method Description
summon ( uint idi ) : System.Collections.Generic

Method Details

summon() public method

public summon ( uint idi ) : System.Collections.Generic
idi uint
return System.Collections.Generic

Property Details

changed public_oe property

public bool changed
return bool

comment public_oe property

public string comment
return string

id public_oe property

public uint id
return uint

orientation public_oe property

public float orientation
return float

position_x public_oe property

public float position_x
return float

position_y public_oe property

public float position_y
return float

position_z public_oe property

public float position_z
return float

spawntimesecs public_oe property

public int spawntimesecs
return int