Quote:
Originally Posted by Angel_Light
How does showimg.shape work?
PHP Code:
//#CLIENTSIDE
function onCreated() {
switchToOpenGL();
showimg.shape( 1, "foo.3ds", this.x, this.y);
}
correct?
|
Uh no, findimg(200).shape(stuff);
The only place I've seen showimg as a variable is in the GuiShowImgCtrl since GuiShowImgCtrl.showimg is the actual TShowImg object.