Skip to content

Commit ac71f0e

Browse files
Update BaseEntityPhysics.fgd (#272)
Co-authored-by: Erin Sharp <sharpian126@gmail.com>
1 parent adca7e8 commit ac71f0e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

fgd/bases/BaseEntityPhysics.fgd

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
disableshadows(boolean) : "Disable Shadows?" : 0 : "Prevent the entity from creating cheap render-to-texture/dynamic shadows."
3535
disablereceiveshadows(boolean) : "Disable Receiving Shadows?" : 0 : "Prevents dynamic shadows (e.g. player and prop shadows) from appearing on this entity."
3636
modelscale(float) : "Model Scale" : : "A multiplier for the size of the model."
37-
37+
38+
AllowSilentDissolve[+P2](boolean) : "Allow SilentDissolve input" : 1 : "Allow the SilentDissolve input to dissolve this object."
39+
3840
linedivider_phys[!engine](string) readonly : "----------------------------------------------------------------------------------------------------------" : ""
3941

4042
// Inputs
@@ -52,11 +54,15 @@
5254
input fademaxdist(float) : "Sets distance at which the entity ends fading. If <0, the entity won't disappear at all. The value will scale appropriately if the entity is in a 3D Skybox."
5355
input DisableShadow(void) : "Allows the entity to draw a render target (dynamic) shadow."
5456
input EnableShadow(void) : "Prevents the entity from drawing a render target (dynamic) shadow."
55-
57+
58+
input Dissolve[+P2](void) : "Fizzles the object, firing the OnFizzled output."
59+
input SilentDissolve[+P2](void) : "Kills the object immediately, firing the OnFizzled output."
60+
5661
input AlternativeSorting(boolean) : "Used to attempt to fix sorting problems when rendering. True activates, false deactivates"
5762

5863
input SetModelScale(vector) : "Sets the scale of the model. Secondary parameter (space delimited) sets the duration of time to scale the model."
5964

6065
// Outputs
6166
output OnIgnite(void) : "Fired when this object catches fire."
67+
output OnFizzled[+P2](void) : "Fired when this object is fizzled."
6268
]

0 commit comments

Comments
 (0)