Module visual_script_property_get

Consts

CALL_MODE_SELF* = 0'i64
CALL_MODE_NODE_PATH* = 1'i64
CALL_MODE_INSTANCE* = 2'i64

Procs

proc setMode*(self: VisualScriptPropertyGet): int64 {.
gcsafe, locks: 0
.}
proc `setMode =`*(self: VisualScriptPropertyGet; val: int64) {.
gcsafe, locks: 0
.}
proc baseType*(self: VisualScriptPropertyGet): string {.
gcsafe, locks: 0
.}
proc `baseType =`*(self: VisualScriptPropertyGet; val: string) {.
gcsafe, locks: 0
.}
proc baseScript*(self: VisualScriptPropertyGet): string {.
gcsafe, locks: 0
.}
proc `baseScript =`*(self: VisualScriptPropertyGet; val: string) {.
gcsafe, locks: 0
.}
proc typeCache*(self: VisualScriptPropertyGet): int64 {.
gcsafe, locks: 0
.}
proc `typeCache =`*(self: VisualScriptPropertyGet; val: int64) {.
gcsafe, locks: 0
.}
proc basicType*(self: VisualScriptPropertyGet): int64 {.
gcsafe, locks: 0
.}
proc `basicType =`*(self: VisualScriptPropertyGet; val: int64) {.
gcsafe, locks: 0
.}
proc nodePath*(self: VisualScriptPropertyGet): NodePath {.
gcsafe, locks: 0
.}
proc `nodePath =`*(self: VisualScriptPropertyGet; val: NodePath) {.
gcsafe, locks: 0
.}
proc property*(self: VisualScriptPropertyGet): string {.
gcsafe, locks: 0
.}
proc `property =`*(self: VisualScriptPropertyGet; val: string) {.
gcsafe, locks: 0
.}
proc index*(self: VisualScriptPropertyGet): string {.
gcsafe, locks: 0
.}
proc `index =`*(self: VisualScriptPropertyGet; val: string) {.
gcsafe, locks: 0
.}