Object handling Actions  /  Add Action listing :

Overview :


display objects
 
1.        window.contextmenu.item.add ( label , string )
2.        window.contextmenu.item.add ( label , string , long )
3.        window.contextmenu.item.add ( label , string , long , long )

visual objects
 
4.        menulist.item.add ( objectid , string )
 
5.        button.action.add ( objectid )
6.        button.action.add ( objectid , long )
7.        button.frame.add ( objectid , string )
8.        button.frame.add ( objectid , objectid )
 
9.        sprite.action.add ( objectid , long )
10.        sprite.frame.add ( objectid , string )
11.        sprite.frame.add ( objectid , objectid )
 
12.    long  =   mesh.triangle.add ( objectid , long , long , long )
13.    long  =   mesh.vertex.add ( objectid , float , float , float )

interactivity objects
 
14.        mouse.cursor.add ( objectid , long )
15.        mouse.frame.add ( objectid , string )
16.        mouse.frame.add ( objectid , objectid )