mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
33 lines
385 B
Text
33 lines
385 B
Text
ACTOR InterpolationPoint native
|
|
{
|
|
+NOBLOCKMAP
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
RenderStyle None
|
|
}
|
|
|
|
ACTOR InterpolationSpecial native
|
|
{
|
|
+NOBLOCKMAP
|
|
+NOSECTOR
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
}
|
|
|
|
ACTOR PathFollower native
|
|
{
|
|
+NOBLOCKMAP
|
|
+NOSECTOR
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
}
|
|
|
|
ACTOR ActorMover : PathFollower native
|
|
{
|
|
}
|
|
|
|
ACTOR MovingCamera : PathFollower native
|
|
{
|
|
}
|
|
|
|
|