mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +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
|
|
{
|
|
}
|