mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-28 08:45:27 +03:00
Added parallax_obb to the "Cubemaps" visgroup, added "Touch" input to targetname base class
This commit is contained in:
parent
e088e0435f
commit
de4e7db1c7
2
base.fgd
2
base.fgd
@ -17,6 +17,7 @@
|
|||||||
"Cubemaps"
|
"Cubemaps"
|
||||||
[
|
[
|
||||||
"env_cubemap"
|
"env_cubemap"
|
||||||
|
"parallax_obb"
|
||||||
]
|
]
|
||||||
"Soundscapes"
|
"Soundscapes"
|
||||||
[
|
[
|
||||||
@ -145,6 +146,7 @@
|
|||||||
input SetThinkNull(void) : "Sets this entity's general think function to null. Behavior varies from entity to entity.."
|
input SetThinkNull(void) : "Sets this entity's general think function to null. Behavior varies from entity to entity.."
|
||||||
|
|
||||||
input Use(void) : "More or less replicates the player interacting with an entity. (+USE)"
|
input Use(void) : "More or less replicates the player interacting with an entity. (+USE)"
|
||||||
|
input Touch(target_destination) : "Simulates this entity touching the specified entity."
|
||||||
|
|
||||||
output OnKilled(void) : "Fires when this entity is removed with the 'Kill' input."
|
output OnKilled(void) : "Fires when this entity is removed with the 'Kill' input."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user