__reflect.gdn::namespace_functions
All the external functions in ns.
external
ns
Source Codepublic fun namespace_functions(ns: Namespace): List<String> { // This is deliberately not a method on Namespace, so code // completion isn't confusing. __BUILTIN_IMPLEMENTATION }
public fun namespace_functions(ns: Namespace): List<String> { // This is deliberately not a method on Namespace, so code // completion isn't confusing. __BUILTIN_IMPLEMENTATION }