Discuss this page on this pages TalkPage
Syntax | (typGetProperty unid property) |
---|---|
Arguments | unid: The unid you want to get the property from. |
property: property you want to retrieve | |
Returns | value |
Category | type_functions, unid, property |
Description | Use for retrieving a property from a type. |
'apiVersion 'class 'extension
'dockServicesScreen 'shipStatusScreen 'startingSystem
'armorCount 'armorHP 'armorItems 'balanceType 'cargoSpace 'combatStrength 'damage 'defaultSovereign 'defenseStrength 'deviceSlots 'deviceSlotsNonWeapons 'deviceSlotsWeapons 'deviceItems 'dodgeRate 'driveImage 'explosionType 'fireAccuracy 'fireRangeAdj 'fireRateAdj 'genericName 'hp 'hullMass 'installDeviceMaxLevel 'launcher 'launcherUNID 'level 'maneuver 'manufacturer 'mass 'maxArmorMass 'maxCargoSpace 'maxRotation 'maxSpeed 'name 'primaryArmor 'primaryArmorUNID 'primaryWeapon 'primaryWeaponRange 'primaryWeaponRangeAdj 'primaryWeaponUNID 'regen 'score 'size 'shield 'shieldsUNID 'thrust 'thrustToWeight 'thrusterPower 'treasureValue 'wreckChance
(typGetProperty shipUNID 'size)
Returns the “size” property for the given ship unid.
Return to type functions list
Return to Functions list