User Tools

Site Tools


communityapi:ebf:building_function_number_display

Differences

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

Link to this comparison view

Next revision
Previous revision
communityapi:ebf:building_function_number_display [2021/10/25 15:37] – created minotoriouscommunityapi:ebf:building_function_number_display [2021/11/03 19:13] (current) – [UnitPrefab] minotorious
Line 10: Line 10:
 ---- ----
  
-==== PlantPositionNodeName ====+==== NumberDisplayPrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Default value**: ''nil'' 
 + 
 +---- 
 + 
 +==== NumberDisplayNodeName ====
   * **Type**: ''string''   * **Type**: ''string''
-  * **Default value**: ''PlantPosition''+  * **Default value**: ''Node.NumberDisplay'' 
 +  * **The name of the locator node for the display to be attached on**
  
 ---- ----
  
-==== FollowPlantingPath ==== +==== DigitNodeNames ==== 
-  * **Type**: ''boolean'' +  * **Type**: ''list<string>'' 
-  * **Default value**: ''false'' +  * **Default value**: ''{ "Node.Thousand", "Node.Hundred", "Node.Ten", "Node.One", "Node.Decimal" }'' 
-  * **Sets if the worker should go to the path node or the actual planting location to plant**+  * **The names of the nodes where the numbers will be shown**
  
 ---- ----
  
-==== PlantingAnimation ====+==== DecimalNodeName ====
   * **Type**: ''string''   * **Type**: ''string''
-  * **Default value**: ''SEED''+  * **Default value**: ''Node.DecimalPoint'' 
 +  * **The name of the node where the decimal point will be shown**
  
 ---- ----
  
-==== GatheringAnimation ====+==== SignNodeName ====
   * **Type**: ''string''   * **Type**: ''string''
-  * **Default value**: ''GATHER''+  * **Default value**: ''Node.Sign'' 
 +  * **The name of the node where the +/- sign will be shown** 
 + 
 +---- 
 + 
 +==== UnitNodeName ==== 
 +  * **Type**: ''string'' 
 +  * **Default value**: ''Node.Unit'' 
 +  * **The name of the node where the unit will be shown** 
 + 
 +---- 
 + 
 +==== ZeroPrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 0 number. PREFAB_ZERO_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== OnePrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 1 number. PREFAB_ONE_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== TwoPrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 2 number. PREFAB_TWO_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== ThreePrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 3 number. PREFAB_THREE_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== FourPrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 4 number. PREFAB_FOUR_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== FivePrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 5 number. PREFAB_FIVE_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== SixPrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 6 number. PREFAB_SIX_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== SevenPrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 7 number. PREFAB_SEVEN_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== EightPrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 8 number. PREFAB_EIGHT_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== NinePrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the 9 number. PREFAB_NINE_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== PlusPrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the + sign. PREFAB_PLUS_DEFAULT is supplied with the Foundation EBF** 
 + 
 +---- 
 + 
 +==== MinusPrefab ==== 
 +  * **Type**: ''[[api:prefab|PREFAB]]'' 
 +  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the - sign. PREFAB_MINUS_DEFAULT is supplied with the Foundation EBF**
  
 ---- ----
  
-==== GatheringRadius ==== +==== DecimalPrefab ==== 
-  * **Type**: ''float'' +  * **Type**: ''[[api:prefab|PREFAB]]'' 
-  * **Default value**: ''0.85''+  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the decimal dot. PREFAB_DECIMAL_DEFAULT is supplied with the Foundation EBF**
  
 ---- ----
  
-==== PlantingRadius ==== +==== UnitPrefab ==== 
-  * **Type**: ''float'' +  * **Type**: ''[[api:prefab|PREFAB]]'' 
-  * **Default value**: ''0.50''+  * **Expected**: ''asset ID'' 
 +  * **Default value**: ''nil'' 
 +  * **The Prefab to be used as the unit. PREFAB_UNIT_DEFAULT is supplied with the Foundation EBF**
  
 ---- ----
communityapi/ebf/building_function_number_display.1635190628.txt.gz · Last modified: 2021/10/25 15:37 by minotorious

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki