File size: 552 Bytes
ea562e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Fakemeta function :

Quote:
EngFunc_DecalIndex

Description :

Returns an unique index of the decal name provided.

A decal index is used for example in some TE_* messages. ( TE_PLAYERDECAL, TE_DECAL, etc.. See message_const.inc file ).
All the available decals are stored in the decals.wad file. ( Located at your mod root )
As side-note a plugin Decals/Models Lister is available to see a list of decals/models index/name. ( Only CS and HL )

Usage :

Code:
DecalIndex = engfunc( EngFunc_DecalIndex, "{bigshot1" );
__________________