Search found 1 match

by TacticalPenguin
Wed Jan 24, 2007 3:31 pm
Forum: PSP Lua Player Development
Topic: Is there a function to return the PSPLua version
Replies: 1
Views: 2941

To check if the functions you need are supported do something like:

if functionyouneedinordertorunyourprogram() == nil then
print("You need to update your luaplayer!")
end