Show / Hide Table of Contents

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 Source

action_type

Declaration
public EventActionType action_type
Field Value
Type Description
EventActionType
| Improve this Doc View Source

game_object_id

Declaration
public uint game_object_id
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

parameter_count

Declaration
public byte parameter_count
Field Value
Type Description
System.Byte
| Improve this Doc View Source

parameters

Declaration
public List<sbyte> parameters
Field Value
Type Description
System.Collections.Generic.List<System.SByte>
| Improve this Doc View Source

parameters_types

Declaration
public List<EventActionParameterType> parameters_types
Field Value
Type Description
System.Collections.Generic.List<EventActionParameterType>
| Improve this Doc View Source

scope

Declaration
public EventActionScope scope
Field Value
Type Description
EventActionScope
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾