Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::vm::detail::CompiledOp Struct Reference

Public Attributes

EOpcode opcode
 Opcode to execute.
 
VmLabel pc_ok
 Stack position to go to if the opcode returns true.
 
VmLabel pc_fail
 Stack position to go to if the opcode returns false.
 
uint8_t arg = 0
 Optional opcode argument (e.g. index to a source term array).
 
uint8_t cost = 0
 Optional planner-side cost used for sorting compiled micro-op plans.
 

The documentation for this struct was generated from the following file: