- as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
- as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
- as
ToRef as()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
template opCast(To)
Undocumented in source.
- opCast
template opCast(To)
Undocumented in source.
- opCast
template opCast(ToRef)
Undocumented in source.
- opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
Conditional loop.
Loops while a condition is true. Execution continues out the exit Sequence port when the loop terminates. Input Ports: - Sequence: while(cond) - Data (bool): cond Output Ports: - Sequence: repeat - Sequence: exit