Module visual_script_operator

Search:
Group by:

Procs

proc operator*(self: VisualScriptOperator): int64 {.
gcsafe, locks: 0
.}
proc `operator =`*(self: VisualScriptOperator; val: int64) {.
gcsafe, locks: 0
.}
proc typee*(self: VisualScriptOperator): int64 {.
gcsafe, locks: 0
.}
proc `typee =`*(self: VisualScriptOperator; val: int64) {.
gcsafe, locks: 0
.}