User Tools

Site Tools


scripting:genericentity

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scripting:genericentity [2022/08/09 16:17] jerryhopperscripting:genericentity [2022/08/10 00:25] (current) – [GenericEntity] jerryhopper
Line 2: Line 2:
  
 **Class:** GenericEntity  **Class:** GenericEntity 
 +
 **Parent Class:** IEntity **Parent Class:** IEntity
  
Line 8: Line 9:
 **Description:** Base entity class. **Description:** Base entity class.
  
 +
 +===== Common usage =====
 +
 +wip
 ===== Functions ===== ===== Functions =====
  
-==== Activate()====+==== Activate() ==== 
 + 
 +  Activate(); 
 Activate entity. Activate entity.
  
-Return type: void +Return type: [[scripting:datatypes#void]] 
  
 +==== Deactivate() ====
  
-==== Deactivate(); ==== +  Deactivate(); 
 Deactivate entity. Deactivate entity.
  
-Return type: void +Return type: [[scripting:datatypes#void]]
  
-==== Show(bool show)==== +==== Show() ==== 
  
-Return type: void +  Show(bool show); 
 +Return type: [[scripting:datatypes#void]]
  
-==== _WB_GetEditorAPI()==== +==== _WB_GetEditorAPI() ==== 
  
-Return type: WorldEditorAPI+  _WB_GetEditorAPI(); 
 +Return type: [[scripting:datatypes#WorldEditorAPI]]
  
  
scripting/genericentity.1660058269.txt.gz · Last modified: 2022/08/09 16:17 by jerryhopper

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki