|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| classfield (Rubble).float creationtime | |
| entityclass (Rubble) | |
| void | LimitedChildrenRubble (IntrusiveList list, string cname, int limit, void(entity) deleteproc, entity parent) |
| entity | ListNewChildRubble (IntrusiveList list, entity child) |
| entity | ReplaceOldListedChildRubble (IntrusiveList list, entity child, entity oldChild) |
| STATIC_INIT (CasingsNGibs) | |
Variables | |
| IntrusiveList | CasingsNGibs |
| classfield | ( | Rubble | ) |
| entityclass | ( | Rubble | ) |
| void LimitedChildrenRubble | ( | IntrusiveList | list, |
| string | cname, | ||
| int | limit, | ||
| void(entity) | deleteproc, | ||
| entity | parent ) |
Definition at line 5 of file rubble.qc.
References entity(), IL_EACH, NULL, and parent.
Referenced by NET_HANDLE(), TossGib(), and W_Electro_Attack_Orb().
| entity ListNewChildRubble | ( | IntrusiveList | list, |
| entity | child ) |
Definition at line 46 of file rubble.qc.
References entity(), IL_PUSH(), and time.
Referenced by NET_HANDLE(), TossGib(), and W_Electro_Attack_Orb().
| entity ReplaceOldListedChildRubble | ( | IntrusiveList | list, |
| entity | child, | ||
| entity | oldChild ) |
Definition at line 39 of file rubble.qc.
References entity(), IL_PUSH(), and IL_REMOVE().
Referenced by W_Electro_Orb_Stick().
| STATIC_INIT | ( | CasingsNGibs | ) |
| IntrusiveList CasingsNGibs |
Definition at line 8 of file rubble.qh.
Referenced by NET_HANDLE(), STATIC_INIT(), and TossGib().