User Tools

Site Tools


ebf:building_function_double_door

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
ebf:building_function_double_door [2021/05/06 20:31] – created minotoriousebf:building_function_double_door [2021/05/10 08:25] minotorious
Line 1: Line 1:
-====== BUILDING_FUNCTION_WORKPLACE ======+====== BUILDING_FUNCTION_DOUBLE_DOOR ======
  
-**Category**: Asset+**Category**: Asset\\ 
 +**Mod Dependency**: [[https://mod.io/members/minotorious|Foundation EBF]]
  
-Parent class:  [[api:building_function|BUILDING_FUNCTION]]\\+Parent class:  [[api:building_function|BUILDING_FUNCTION]]
  
 ===== Properties ===== ===== Properties =====
Line 12: Line 13:
   * **Type**: ''float''   * **Type**: ''float''
   * **Default value**: ''90.0''   * **Default value**: ''90.0''
 +
 ---- ----
  
 ==== OpeningSpeed ==== ==== OpeningSpeed ====
   * **Type**: ''float''   * **Type**: ''float''
-  * **Default value**: ''0.5''+  * **Default value**: ''2.0'' 
 + 
 +---- 
 + 
 +==== TriggerNodeName ==== 
 +  * **Type**: ''string'' 
 +  * **Default value**: ''Trigger'' 
 +  * **Should be a single mesh object with a [[api:comp_grounded|COMP_GROUNDED]] assigned to itThe name of the mesh object should start with this word. I recommend a small cube or plane in the middle of the door with a transparent texture** 
 + 
 +---- 
 + 
 +==== TriggeringDistance ==== 
 +  * **Type**: ''float'' 
 +  * **Default value**: ''4.0''
  
 ---- ----
Line 22: Line 37:
 ==== LeftSideNodeName ==== ==== LeftSideNodeName ====
   * **Type**: ''string''   * **Type**: ''string''
-  * **Default value**: ''nil''+  * **Default value**: ''Left'' 
 +  * **The names of all meshes belonging to the Left Door should start with this word** 
 + 
 +---- 
 + 
 +==== LeftPivotPoint ==== 
 +  * **Type**: ''[[api:vec3f|vec3f]]'' 
 +  * **Default value**: ''{ 0, 0, 0 }'' 
 +  * **In Local Coordinates!**
  
 ---- ----
Line 28: Line 51:
 ==== RightSideNodeName ==== ==== RightSideNodeName ====
   * **Type**: ''string''   * **Type**: ''string''
-  * **Default value**: ''nil''+  * **Default value**: ''Right'' 
 +  * **The names of all meshes belonging to the Right Door should start with this word** 
 + 
 +---- 
 + 
 +==== RightPivotPoint ==== 
 +  * **Type**: ''[[api:vec3f|vec3f]]'' 
 +  * **Default value**: ''{ 0, 0, 0 }'' 
 +  * **In Local Coordinates!**
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki