Короны
Работа с коронами в plugin-sdk.
static CRegisteredCorona *aCoronas;Имя переменной
Тип
Описание
static void RegisterCorona(unsigned int id, CEntity *attachTo, unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha, CVector const &posn, float radius, float farClip, RwTexture *texture, unsigned char flare, bool enableReflection, bool checkObstacles, int _param_not_used, float angle, bool longDistance, float nearClip, unsigned char fadeState, float fadeSpeed, bool onlyFromBelow, bool reflectionDelay)static void RegisterCorona(unsigned int id, CEntity *attachTo, unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha, CVector const &posn, float radius, float farClip, unsigned char coronaType, unsigned char flare, bool enableReflection, bool checkObstacles, int _param_not_used, float angle, bool longDistance, float nearClip, unsigned char fadeState, float fadeSpeed, bool onlyFromBelow, bool reflectionDelay)enum eCoronaType {
CORONATYPE_SHINYSTAR,
CORONATYPE_HEADLIGHT,
CORONATYPE_MOON,
CORONATYPE_REFLECTION,
CORONATYPE_HEADLIGHTLINE,
CORONATYPE_RING_B = 9
};Имя параметра
Тип
Описание
Полный код плагина:
Last updated