Enfusion Script API
Loading...
Searching...
No Matches
WBModuleDef Interface Reference
Inheritance diagram for WBModuleDef:
global_pointer pointer AnimEditor AudioEditor BehaviorEditor LocalizationEditor NavmeshGeneratorMain ParticleEditor ProcAnimEditor ResourceManager ScriptEditor WorldEditor

Public Member Functions

proto external bool SetOpenedResource (string filename)
 
proto external BaseContainer GetContainer (int index=0)
 
proto external int GetNumContainers ()
 
proto external bool Save ()
 
proto external bool GetCmdLine (string name, out string value)
 
proto external bool Close ()
 
proto external bool ExecuteAction (notnull array< string > menuPath, bool bKeepFocus=true)
 
proto external WorkbenchPlugin GetPlugin (TypeName pluginType)
 
- Public Member Functions inherited from pointer
proto string ToString ()
 

Member Function Documentation

◆ Close()

proto external bool WBModuleDef.Close ( )

◆ ExecuteAction()

proto external bool WBModuleDef.ExecuteAction ( notnull array< string > menuPath,
bool bKeepFocus = true )

◆ GetCmdLine()

proto external bool WBModuleDef.GetCmdLine ( string name,
out string value )

◆ GetContainer()

proto external BaseContainer WBModuleDef.GetContainer ( int index = 0)

◆ GetNumContainers()

proto external int WBModuleDef.GetNumContainers ( )

◆ GetPlugin()

proto external WorkbenchPlugin WBModuleDef.GetPlugin ( TypeName pluginType)

◆ Save()

proto external bool WBModuleDef.Save ( )

◆ SetOpenedResource()

proto external bool WBModuleDef.SetOpenedResource ( string filename)

The documentation for this interface was generated from the following file: