Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 626005b8 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

SCRIPT: Update the lua lib with the new free functions

parent e3c71210
Aucune branche associée trouvée
Aucune étiquette associée trouvée
2 requêtes de fusion!24Add script functions to get VivyDocument informations,!21Add clean logs support + dependent MR
......@@ -83,6 +83,11 @@ function Vivy:newColor (colorString)
return false
end
function Vivy:start () return Vivy.___Fun:start() end
function Vivy:finish () return Vivy.___Fun:finish() end
function Vivy:width () return Vivy.___Fun:width() end
function Vivy:height () return Vivy.___Fun:height() end
-- In case we are able to do the _ENV <- Vivy one day...
Vivy["Vivy"] = Vivy
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter