On rez/pl
< On rez
Jump to navigation
Jump to search
Revision as of 02:15, 23 February 2008 by Sebast Forwzy (talk | contribs) (New page: {{LSL_Event/pl |event_id=27|event_delay|event=on_rez |p1_type=integer|p1_name=start_param|p1_desc=parameter supplied to llRezObject or llRezAtRoot |event_desc=Wywoływane przez rez...)
LSL Portal | | | Funkcje | | | Zdarzenia | | | Typy | | | Stałe | | | Potoki | | | Biblioteka Skryptów | | | Tutoriale |
Event: on_rez( integer start_param ){ ; }
Wywoływane przez rezowanie obiektu przez Awatara lub Skrypt.
| ||||||||||||||||||||
Ostrzeżenie/Ciekawostka
| ||||||||||||||||||||
Przykłady<lsl>default { on_rez(integer start_param) { // Restarts the script every time the object is rezzed llResetScript(); } }</lsl> | ||||||||||||||||||||
Zobacz równieżZdarzenia
Funkcje
|