mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-28 08:45:27 +03:00
Added new sky_camera inputs and EFlags keyvalue
This commit is contained in:
parent
c26557f36e
commit
8d941b0463
13
base.fgd
13
base.fgd
@ -284,6 +284,14 @@
|
||||
0 : "No"
|
||||
1 : "Yes"
|
||||
]
|
||||
|
||||
EFlags(choices) : "EFlags" : 0 : "Special internal entity flags normally only set by the code. Be careful with this keyvalue." =
|
||||
[
|
||||
33554432 : "[33554432] Don't block NPC LOS"
|
||||
134217728 : "[134217728] No dissolve"
|
||||
268435456 : "[268435456] No supercharged gravity gun ragdoll"
|
||||
1073741824 : "[1073741824] No gravity gun interaction at all"
|
||||
]
|
||||
|
||||
input Alpha(integer) : "Sets the sprite's alpha (0 - 255)."
|
||||
input Color(color255) : "Sets the sprite's color (R G B)."
|
||||
@ -2703,6 +2711,11 @@
|
||||
input SetFarZ(integer): "Sets the far clip plane distance."
|
||||
|
||||
input SetSkyColor(color255) : "Sets the sky color."
|
||||
|
||||
input CopyFogController(target_destination) : "Copies the target fog controller's exact fog parameters."
|
||||
input CopyFogControllerWithScale(target_destination) : "Copies the target fog controller's exact fog parameters."
|
||||
|
||||
input SetScale(integer) : "Sets the skybox scale."
|
||||
]
|
||||
|
||||
@BaseClass base(Targetname, ResponseContext) = BaseSpeaker
|
||||
|
Loading…
Reference in New Issue
Block a user