|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| bool | Equals (OpCode obj) |
| override int | GetHashCode () |
| override? string | ToString () |
| bool | Equals (T? other) |
Static Public Member Functions | |
| static bool | operator== (OpCode a, OpCode b) |
| static bool | operator!= (OpCode a, OpCode b) |
Package Functions | |
| OpCode (OpCodeValues value, int flags) | |
| bool | EndsUncondJmpBlk () |
| int | StackChange () |
Properties | |
| OperandType | OperandType [get] |
| FlowControl | FlowControl [get] |
| OpCodeType | OpCodeType [get] |
| StackBehaviour | StackBehaviourPop [get] |
| StackBehaviour | StackBehaviourPush [get] |
| int | Size [get] |
| short | Value [get] |
| string? | Name [get] |
Private Attributes | |
| readonly OpCodeValues | m_value |
| readonly int | m_flags |
Static Private Attributes | |
| static volatile string[] | g_nameCache |