MCPcopy
hub / github.com/4ian/GDevelop / getType

Method getType

GDJS/Runtime/variable.ts:699–701  ·  view source on GitHub ↗

* Returns the type of the variable.

()

Source from the content-addressed store, hash-verified

697 * Returns the type of the variable.
698 */
699 getType(): VariableType {
700 return this._type;
701 }
702
703 /**
704 * Return the object containing all the children of the variable.

Calls

no outgoing calls

Tested by 2

getEventTypesFunction · 0.36
getFirstActionTypesFunction · 0.36