mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
099b9970ef
- synthesize native fields for all declared flags, not just for AActor.
29 lines
253 B
Text
29 lines
253 B
Text
|
|
class CajunBodyNode : Actor
|
|
{
|
|
Default
|
|
{
|
|
+NOSECTOR
|
|
+NOGRAVITY
|
|
+INVISIBLE
|
|
}
|
|
}
|
|
|
|
class CajunTrace : Actor
|
|
{
|
|
Default
|
|
{
|
|
Speed 12;
|
|
Radius 6;
|
|
Height 8;
|
|
+NOBLOCKMAP
|
|
+DROPOFF
|
|
+MISSILE
|
|
+NOGRAVITY
|
|
+NOTELEPORT
|
|
}
|
|
}
|
|
|
|
struct Bot native
|
|
{
|
|
}
|