|
Panda3D
|
Functions | |
| def | Dtool_funcToMethod |
| def | Dtool_ObjectToDict |
| def | Dtool_PreloadDLL |
Variables | |
| list | __all__ = ["Dtool_ObjectToDict", "Dtool_funcToMethod", "Dtool_PreloadDLL"] |
| Tools. | |
| string | dll_ext = '.dll' |
| string | dll_suffix = '' |
| string | filename = "libpandaexpress%s%s" |
| tuple | lib = os.path.join(dir, filename) |
| string | message = "Cannot find %s" |
| list | path = os.environ["PATH"] |
| target = None | |
| def extensions_native.extension_native_helpers.Dtool_funcToMethod | ( | func, | |
| clas, | |||
method_name = None |
|||
| ) |
Adds func to class so it is an accessible method; use method_name to specify the name to be used for calling the method. The new method is accessible to any instance immediately.
| def extensions_native.extension_native_helpers.Dtool_ObjectToDict | ( | clas, | |
| name, | |||
| obj | |||
| ) |
| def extensions_native.extension_native_helpers.Dtool_PreloadDLL | ( | module | ) |
| list __all__ = ["Dtool_ObjectToDict", "Dtool_funcToMethod", "Dtool_PreloadDLL"] |
Tools.
| string dll_ext = '.dll' |
| string dll_suffix = '' |
| string filename = "libpandaexpress%s%s" |
| string message = "Cannot find %s" |
| list path = os.environ["PATH"] |
| target = None |
1.7.3