This entity class represents decals.
QUAKED ncDecal (1 .5 0) (-8 -8 -8) (8 8 8)
OVERVIEW
|
| void | ncDecal (void) |
| |
| virtual float | SendEntity (entity, float) |
| |
| virtual void | Place (vector, string) |
| | Paint the given decal at the specified position.
|
| |
| virtual void | PlaceAtScale (vector, string, float) |
| |
◆ ncDecal()
| void ncDecal::ncDecal |
( |
void | | ) |
|
◆ Place()
| void ncDecal::Place |
( |
vector | org, |
|
|
string | dname ) |
|
virtual |
Paint the given decal at the specified position.
◆ PlaceAtScale()
| void ncDecal::PlaceAtScale |
( |
vector | org, |
|
|
string | dname, |
|
|
float | sizeScale ) |
|
virtual |
◆ SendEntity()
| float ncDecal::SendEntity |
( |
entity | ePEnt, |
|
|
float | changedflags ) |
|
virtual |
The documentation for this class was generated from the following files:
- src/shared/environment/Decal.h
- src/shared/environment/Decal.qc