Public Member Functions | |
| mixed | GetBorderTileParams (mixed xpart, mixed ypart, mixed z, mixed gfxparam, mixed uscale, mixed vscale, mixed r, mixed g, mixed b, mixed a) |
| mixed | UpdateGeometry (mixed gfxparam) |
| mixed | Update (mixed gfxparam) |
Definition at line 963 of file lua_pseudo_code.cpp.
| mixed gSpritePanelPrototype::GetBorderTileParams | ( | mixed | xpart, | |
| mixed | ypart, | |||
| mixed | z, | |||
| mixed | gfxparam, | |||
| mixed | uscale, | |||
| mixed | vscale, | |||
| mixed | r, | |||
| mixed | g, | |||
| mixed | b, | |||
| mixed | a | |||
| ) | [inline] |
Definition at line 965 of file lua_pseudo_code.cpp.
| mixed gSpritePanelPrototype::UpdateGeometry | ( | mixed | gfxparam | ) | [inline] |
{tex, x,y, w,h, tex, u0,v0, uvw,uvh, r,g,b,a} -- no keynames, just {"bla",1,2,3,4,5,6...} r,g,b,a defaults to 1,1,1,1 reconstruct geometry, avoid if possible, see Update
Definition at line 970 of file lua_pseudo_code.cpp.
| mixed gSpritePanelPrototype::Update | ( | mixed | gfxparam | ) | [inline] |
update, for animations {bTexTransformOnly=true,x=?,y=?,sx=?,sy=?,angle=?} {bMatChangeOnly=true,tex=?} see also MakeSpritePanelParam_*
Definition at line 976 of file lua_pseudo_code.cpp.
1.5.6