DRAW LIGHT WITH RANGE

From GTAModding
Revision as of 18:52, 6 February 2010 by Nixolas1 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
DRAW_LIGHT_WITH_RANGE
Number of parameters: 8
Parameter 1FloatX coords
Parameter 2Float Y coords
Parameter 3Float Z coords
Parameter 4int red
Parameter 5int green
Parameter 6int blue
Parameter 7floatintensity
Parameter 8floatrange
Returned value:
Is present?TypeDescription
None

intensity 0-10 range 0-100 rgb 0-255

static void DrawLightWithRange(f32 x, f32 y, f32 z, int red, int green, int blue, f32 intensity, f32 range) { NativeInvoke::Invoke<NATIVE_DRAW_LIGHT_WITH_RANGE, ScriptVoid>(x, y, z, red, green, blue, intensity, range); }
Personal tools