Class EventActionObject
Inheritance
System.Object
EventActionObject
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BnkExtractor.BnkExtr
Assembly: BnkExtractor.dll
Syntax
public class EventActionObject
Fields
| Improve this Doc View Sourceaction_type
Declaration
public EventActionType action_type
Field Value
Type | Description |
---|---|
EventActionType |
game_object_id
Declaration
public uint game_object_id
Field Value
Type | Description |
---|---|
System.UInt32 |
parameter_count
Declaration
public byte parameter_count
Field Value
Type | Description |
---|---|
System.Byte |
parameters
Declaration
public List<sbyte> parameters
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.SByte> |
parameters_types
Declaration
public List<EventActionParameterType> parameters_types
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<EventActionParameterType> |
scope
Declaration
public EventActionScope scope
Field Value
Type | Description |
---|---|
EventActionScope |