Test aurelio func fluid (entity)
This page has been added by PyBot. You can help by verifying and completing the info on this page.
This page is a Stub. You can help us by expanding it.
Description
A brush model that simulates a fluid.
Spawn Arguments
The following is a list of key/value pairs, also known as spawn arguments, that function with this entity.
KEY | DESCRIPTION |
---|---|
damping | How much to dampen the fluid movement. (1.0 is none, 0.0 is completely dampend) |
density | The density of the fluid. (default: 1.0) |
editor_bool XXXX | Description not available. |
editor_color | Description not available. |
editor_maxs | Description not available. |
editor_mins | Description not available. |
editor_usage | A brush model that simulates a fluid. |
editor_usage1 | Description not available. |
editor_var XXXX | Description not available. |
fluidType | The type of simulation to run on the fluid height field. |
fx_splash_large | Description not available. |
fx_splash_medium | Description not available. |
fx_splash_small | Description not available. |
gravity | The gravity acting on this fluid. (default: quake standard - 1066) |
gridsize_x | The size/resolution of the grid on the x-axis. (default: 32) |
gridsize_y | The size/resolution of the grid on the y-axis. (default: 32) |
mtr_foam | Description not available. |
noFoam | Description not available. |
noclipmodel | Description not available. |
pipeArea | Override for the cross-sectional area of the pipes that connect water across grid units. |
pipeLength | Override for the length of the pipes that connect water across grid units. |
solid | Description not available. |
spawnclass | Description not available. |
Inheritance
This entity is derived from the following:
- rvFluid
- test_aurelio_func_fluid
Note : Entries marked in italics are classes defined in the SDK.
Notes
Notes not available.