Module visual_script_property_set

Consts

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

Procs

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