HideInCeiling: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer|description=Moves above ceiling. |usage='''A_HideInCeiling''' |notes=Changes actor's Z position to (ceiling + 4). Beware that any movement will reset its height level to be below the ceiling. This is meant for the powered-up hellstaff hell rain spawners.}}")
 
(No difference)

Latest revision as of 14:57, 27 October 2024

Description

Moves above ceiling.

Usage

A_HideInCeiling

Parameters

No parameters.

Examples

No examples given.

Notes

Changes actor's Z position to (ceiling + 4). Beware that any movement will reset its height level to be below the ceiling.

This is meant for the powered-up hellstaff hell rain spawners.

See also