Explorar el Código

event handler regression

tags/2.1^2
SabinDeus hace 15 años
padre
commit
43ff4d9aa0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      TurnIn.lua

+ 1
- 1
TurnIn.lua Ver fichero

end end




function TI_OnEvent(event)
function TI_OnEvent(self, event, ...)
if(event == "VARIABLES_LOADED") then if(event == "VARIABLES_LOADED") then
TI_VarInit(); TI_VarInit();
if(TI_status.state) then if(TI_status.state) then

Cargando…
Cancelar
Guardar