Module godotnodepaths

Procs

proc initGodotNodePath(dest: var GodotNodePath; s: GodotString) {.
inline, raises: [], tags: []
.}
  Source Edit
proc initGodotNodePath(dest: var GodotNodePath; src: GodotNodePath) {.
inline, raises: [], tags: []
.}
  Source Edit
proc deinit(self: var GodotNodePath) {.
inline, raises: [], tags: []
.}
  Source Edit
proc toGodotString(self: GodotNodePath): GodotString {.
inline, raises: [], tags: []
.}
  Source Edit
proc isAbsolute(self: GodotNodePath): bool {.
inline, raises: [], tags: []
.}
  Source Edit
proc nameCount(self: GodotNodePath): cint {.
inline, raises: [], tags: []
.}
  Source Edit
proc getName(self: GodotNodePath; idx: cint): GodotString {.
inline, raises: [], tags: []
.}
  Source Edit
proc subnameCount(self: GodotNodePath): cint {.
inline, raises: [], tags: []
.}
  Source Edit
proc getSubname(self: GodotNodePath; idx: cint): GodotString {.
inline, raises: [], tags: []
.}
  Source Edit
proc getConcatenatedSubnames(self: GodotNodePath): GodotString {.
inline, raises: [], tags: []
.}
  Source Edit
proc isEmpty(self: GodotNodePath): bool {.
inline, raises: [], tags: []
.}
  Source Edit
proc `==`(a, b: GodotNodePath): bool {.
inline, raises: [], tags: []
.}
  Source Edit