Wiki says that "default_enable_all_autoplace_controls: If this is false, then all autoplace controls will be disabled.". This is however not true, as
-> Thanks for the hint, fixed.
RealOrientation
The smooth orientation. It is a float in the range [0, 1), where a value of 0 indicates "north" and a value of 0.5 indicates "south".
on_runtime_mod_setting_changed
Called when a runtime mod setting is changed by a player.
Contains
player_index :: uint (optional): The player who changed the setting or nil if changed by script.
setting :: string: The setting name that changed.
setting_type :: string: The setting type: "runtime-per-user", or "runtime-global".
Pi-C wrote: ↑Tue Jun 01, 2021 7:39 pmIt is not obvious whether player_index is always optional, or whether it will always exist if setting_type == "runtime-per-user" but may be nil for "runtime-global".on_runtime_mod_setting_changed
Called when a runtime mod setting is changed by a player.
Contains
player_index :: uint (optional): The player who changed the setting or nil if changed by script.
setting :: string: The setting name that changed.
setting_type :: string: The setting type: "runtime-per-user", or "runtime-global".
Code: Select all
collision_mask :: CollisionMask or array[string]