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.
Show 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 property

public string Arguments
return string

ConditionCode public property

public string ConditionCode
return string

CreatesEventMember public property

public bool CreatesEventMember
return bool

DelegateType public property

public string DelegateType
return string

EventName public property

public string EventName
return string

ExternalEvent public property

public string ExternalEvent
return string

InstanceMethod public property

public string InstanceMethod
return string