C# Class FlatRedBall.Glue.Events.EventSave

Stores information about an Event type as defined in CSVs.
An EventSave is like a "type" for events. It contains information such as the event name, the arguments, and so on.
Mostra file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Arguments string
ConditionCode string
CreatesEventMember bool
DelegateType string
EventName string
ExternalEvent string
InstanceMethod string

Property Details

Arguments public_oe property

public string Arguments
return string

ConditionCode public_oe property

public string ConditionCode
return string

CreatesEventMember public_oe property

public bool CreatesEventMember
return bool

DelegateType public_oe property

public string DelegateType
return string

EventName public_oe property

public string EventName
return string

ExternalEvent public_oe property

public string ExternalEvent
return string

InstanceMethod public_oe property

public string InstanceMethod
return string