Struct UpdateObjectData
Defines an conditional entry for the object to update.
public struct UpdateObjectData
- Inherited Members
Constructors
UpdateObjectData(int, object)
public UpdateObjectData(int condition, object value)
Parameters
UpdateObjectData(object)
public UpdateObjectData(object value)
Parameters
value
object
Fields
Condition
Condition for update; if non 0, this object will be updated, otherwise not.
public int Condition
Field Value
Value
Object value.
public object Value