====== Changelog ====== ===== API Changes ===== ==== Asset Classes ==== === Renamed === * ''BUILDING_FUNCTION_LIST -> [[api:assignable_building_function_list | ASSIGNABLE_BUILDING_FUNCTION_LIST]]'' === Other changes === * ''[[api:building_function | BUILDING_FUNCTION]]'' * Added properties * ''[[api:BUILDING_FUNCTION#isdescriptionoverride | IsDescriptionOverride]]'' * ''[[api:BUILDING_FUNCTION#shownameintags | ShowNameInTags]]'' * ''[[api:BUILDING_FUNCTION#isdisplayable | IsDisplayable]]'' ---- ==== Data Classes ==== === Added === * ''[[api:curve_float | CURVE_FLOAT]]'' * ''[[api:resource_collection_value | RESOURCE_COLLECTION_VALUE]]'' === Other changes === * ''[[api:mandate | MANDATE]]'' * Added functions * ''[[api:MANDATE#getremainingtime | getRemainingTime]]'' * ''[[api:MANDATE#decreaseremainingtime | decreaseRemainingTime]]'' * ''[[api:MANDATE#getremainingtimeratio | getRemainingTimeRatio]]'' * ''[[api:quest_function | QUEST_FUNCTION]]'' * Added properties * ''[[api:QUEST_FUNCTION#clickinstructiontext | ClickInstructionText]]'' * ''[[api:vehicle_animation | VEHICLE_ANIMATION]]'' * Changed properties type * ''[[api:VEHICLE_ANIMATION#rideranimation | RiderAnimation]]'' ---- ==== Engine Core ==== === Other changes === * ''[[api:component | COMPONENT]]'' * Added properties * ''[[api:COMPONENT#enabled | Enabled]]'' * Deprecated functions * ''[[api:COMPONENT#isenabled | isEnabled]]'' ---- ==== Component Classes ==== === Added === * ''[[api:comp_soldier | COMP_SOLDIER]]'' === Other changes === * ''[[api:comp_building_attach_node | COMP_BUILDING_ATTACH_NODE]]'' * Added functions * ''[[api:COMP_BUILDING_ATTACH_NODE#setattachnodetype | setAttachNodeType]]'' * ''[[api:COMP_BUILDING_ATTACH_NODE#addattachnodetype | addAttachNodeType]]'' * ''[[api:COMP_BUILDING_ATTACH_NODE#isnodetype | isNodeType]]'' * ''[[api:COMP_BUILDING_ATTACH_NODE#getlinkedbuildingattachnode | getLinkedBuildingAttachNode]]'' * ''[[api:COMP_BUILDING_ATTACH_NODE#isavailable | isAvailable]]'' * ''[[api:COMP_BUILDING_ATTACH_NODE#iscompatiblewithothernode | isCompatibleWithOtherNode]]'' * ''[[api:COMP_BUILDING_ATTACH_NODE#isattached | isAttached]]'' * ''[[api:comp_building_manager | COMP_BUILDING_MANAGER]]'' * Changed functions * ''[[api:COMP_BUILDING_MANAGER#unlockbuildinglistbyunlockname | unlockBuildingListByUnlockName]]'' ---- ==== Enumerations ==== === Other changes === * ''[[api:building_part_type | BUILDING_PART_TYPE]]'' * Added values * ''MARKET_STALL'' * Removed values * ''MARKET_TABLE'' ----