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

◆ AddPointToLandMarkDecal()

proto native bool AddPointToLandMarkDecal ( hDecal lmDecal,
vector point,
vector normal,
float alpha )

add new point to decal, internally, new point is added when previous point is in some distance or the angle is more than some threshold

Аргументы
lmDecalentity to add new landmark point
pointcontact point
normalnormal of contact
alphatranslucency in point
Возвращает
true if everything was OK, false if not. In this case, the application MUST not used later the pointer to decal, it's finalized internally !