[Implemented] Ogre : No loop option for AnimateEntity()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

[Implemented] Ogre : No loop option for AnimateEntity()

Post by Comtois »

AnimateEntity(#Entity, NomAnimation$ [,Option])

With
Option = 1 (Default) loop animation
Option = 0 no loop

Code: Select all

AnimateEntity(#Robot, "Walk"), Loop 
AnimateEntity(#Robot, "Die",0); No loop 
Please correct my english
http://purebasic.developpez.com/