DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CreateLandMarkDecal()

proto native hDecal CreateLandMarkDecal ( IEntity entity,
vector origin,
vector normal,
float edgeSize,
float lifeTime,
string materialName,
hDecal prevDecal,
float alpha )

Creates continous visual mark, e.g. from wheel when a car is moving on the ground

Аргументы
entityentity where the landmark should be created (only terrain is supported ATM)
originfirst point of the decal, nothing is done now
normalnormal of surface
edgesizeEdge size of decal
lifetimeLifetime in seconds
materialNameMaterial used for decal
prevPrevious decal, we are connecting to
alphatranslucency of point
Возвращает
Decal pointer or null