Warning: Undefined array key 1 in /var/www/html/lib/tpl/mikio-blitz/mikio.php on line 815

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
blitz:special [2026/09/24 02:41] – test edit for backend nyarumiblitz:special [2026/09/24 02:41] (current) – nyarumi
Line 2: Line 2:
 <heading 2>Obj_AbstractLift </heading> <heading 2>Obj_AbstractLift </heading>
 This is effectively an invisible point, used as an anchor for other objects. ActorBindable can be used to bind any object to any other object, allowing the bound object to rotate/translate with the target (note that this is not the bound object simply copying the changes done to the target, but keeping the same angle and distance from the target). AbstractLift is used so that an actual interactable object is not needed, and to have a single-obvious source of the ActorBinding. This is effectively an invisible point, used as an anchor for other objects. ActorBindable can be used to bind any object to any other object, allowing the bound object to rotate/translate with the target (note that this is not the bound object simply copying the changes done to the target, but keeping the same angle and distance from the target). AbstractLift is used so that an actual interactable object is not needed, and to have a single-obvious source of the ActorBinding.
-test+
 ===== RailTogglePoint ===== ===== RailTogglePoint =====
 This object cab be considered a more specific version of AbstractLift, instead used for objects that can move back and forth along a rail depending on player actions. The spinning Ink Switches and timed Splat Switches are examples that use this instead, and the link used to communicate between objects is still Switchable--SendTo. However the link used to attach RailTogglePoint to the rail is RailableParams--ToRail, not RailableParams--Rail, using the latter will result in no movement. This object cab be considered a more specific version of AbstractLift, instead used for objects that can move back and forth along a rail depending on player actions. The spinning Ink Switches and timed Splat Switches are examples that use this instead, and the link used to communicate between objects is still Switchable--SendTo. However the link used to attach RailTogglePoint to the rail is RailableParams--ToRail, not RailableParams--Rail, using the latter will result in no movement.