User Tools

Site Tools


communityapi:ebf:building_function_number_display

BUILDING_FUNCTION_NUMBER_DISPLAY

Category: Asset
Mod Dependency: Foundation EBF

Parent class: BUILDING_FUNCTION

Properties


NumberDisplayPrefab

  • Type: PREFAB
  • Default value: nil

NumberDisplayNodeName

  • Type: string
  • Default value: Node.NumberDisplay
  • The name of the locator node for the display to be attached on

DigitNodeNames

  • Type: list<string>
  • Default value: { “Node.Thousand”, “Node.Hundred”, “Node.Ten”, “Node.One”, “Node.Decimal” }
  • The names of the nodes where the numbers will be shown

DecimalNodeName

  • Type: string
  • Default value: Node.DecimalPoint
  • The name of the node where the decimal point will be shown

SignNodeName

  • Type: string
  • 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: PREFAB
  • Expected: asset ID
  • Default value: nil
  • The Prefab to be used as the - sign. PREFAB_MINUS_DEFAULT is supplied with the Foundation EBF

DecimalPrefab

  • Type: PREFAB
  • Expected: asset ID
  • Default value: nil
  • The Prefab to be used as the decimal dot. PREFAB_DECIMAL_DEFAULT is supplied with the Foundation EBF

UnitPrefab

  • Type: PREFAB
  • 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.txt · Last modified: 2021/11/03 19:13 by minotorious

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki