EB1BaseObject
🧩 Enum: EB1BaseObject¶
Specifies the reference object used for context-based operations like condition checks or scripted behaviors.
- Invalid: Represents an invalid or undefined object type.
- Self: Refers to the object executing the logic (usually "this").
- Target: Refers to the object being acted upon or evaluated.