- 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.
Steps through items in a given input.
This node steps through each item in a given input. Input can be any sequence data type, such as an Array or String. When each item has been processed, execution passed out the exit Sequence port. Input Ports: - Sequence: for (elem) in (input) - Data (variant): input Output Ports: - Sequence: each - Sequence: exit - Data (variant): elem