Difference between revisions of "State entry/pl"
Jump to navigation
Jump to search
m |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
|event_desc=Wywołane przy przełączeniu stanu lub włączeniu stanu | |event_desc=Wywołane przy przełączeniu stanu lub włączeniu stanu | ||
|constants | |constants | ||
| | |spec= | ||
=== Wywoływane przez === | === Wywoływane przez === | ||
#Zapisanie skryptu lub dodanie go do obiektu | #Zapisanie skryptu lub dodanie go do obiektu | ||
Line 13: | Line 13: | ||
#*Użyj [[on_rez]] w tej sytuacji | #*Użyj [[on_rez]] w tej sytuacji | ||
|caveats | |caveats | ||
| | |examples=<lsl>default | ||
{ | { | ||
state_entry() | state_entry() | ||
Line 22: | Line 22: | ||
|helpers | |helpers | ||
|also_header | |also_header | ||
|also_events={{LSL DefineRow||[[on_rez]]|Wywołane rezowaniem obiektu }} | |also_events={{LSL DefineRow||[[on_rez/pl]]|Wywołane rezowaniem obiektu }} | ||
{{LSL DefineRow||[[state_exit]]|Wywołane gdy opuści się dany stan}} | {{LSL DefineRow||[[state_exit/pl]]|Wywołane gdy opuści się dany stan}} | ||
|also_functions={{LSL DefineRow||[[llResetScript]]|Resetuje skrypt}} | |also_functions={{LSL DefineRow||[[llResetScript/pl]]|Resetuje skrypt}} | ||
{{LSL DefineRow||[[llResetOtherScript]]|Resetuje inny skrypt w inwentarzu}} | {{LSL DefineRow||[[llResetOtherScript/pl]]|Resetuje inny skrypt w inwentarzu}} | ||
{{LSL DefineRow||[[llGetStartParameter]]|Zwraca [[on_rez]] parameter (lub [[llRemoteLoadScriptPin]] | {{LSL DefineRow||[[llGetStartParameter/pl]]|Zwraca [[on_rez]] parameter (lub [[llRemoteLoadScriptPin/pl]])}} | ||
|also_articles | |also_articles | ||
|also_footer | |also_footer | ||
Line 34: | Line 34: | ||
|cat1=Script/pl | |cat1=Script/pl | ||
|cat2=State/pl | |cat2=State/pl | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Latest revision as of 14:43, 26 March 2008
LSL Portal | | | Funkcje | | | Zdarzenia | | | Typy | | | Stałe | | | Potoki | | | Biblioteka Skryptów | | | Tutoriale |
Event: state_entry( ){ ; } | |||||||||||||||||||||||||
SpecyfikacjaWywoływane przez
Nie Wywoływane przez
| |||||||||||||||||||||||||
Przykłady<lsl>default { state_entry() { llSay(0, "Hello, Avatar!"); } }</lsl> | |||||||||||||||||||||||||
Zobacz równieżZdarzenia
Funkcje
|