Static Public Member Functions | |
| static mixed | CreateBodyGfx (mixed...) |
| ##### ##### ##### ##### ##### construction,destruction | |
| static mixed | BodyGfxGetStateAnimID (mixed bodyid, mixed bWalk, mixed bRun, mixed bIdle, mixed bHasMount, mixed bWarMode, mixed bHasStaff, mixed bIsCorpse) |
| static mixed | MakeBodyPartGfx (mixed modelid, mixed meshname, mixed partgfx, mixed forcescalex, mixed forcescaley, mixed forcescalez) |
| static mixed | CreateBodyGfxPartsFromModelIDArray (mixed bodyid, mixed parentgfx, mixed partsarr, mixed modelidarr, mixed iPrimaryHandItem, mixed iSecondaryHandItem) |
| static mixed | GetGrannyHand (mixed modelid) |
| 1 for primary, 2 for secondary, 0 otherwise | |
Definition at line 3176 of file lua_pseudo_code.cpp.
| static mixed bodygfx::CreateBodyGfx | ( | mixed... | ) | [inline, static] |
##### ##### ##### ##### ##### construction,destruction
Definition at line 3179 of file lua_pseudo_code.cpp.
| static mixed bodygfx::BodyGfxGetStateAnimID | ( | mixed | bodyid, | |
| mixed | bWalk, | |||
| mixed | bRun, | |||
| mixed | bIdle, | |||
| mixed | bHasMount, | |||
| mixed | bWarMode, | |||
| mixed | bHasStaff, | |||
| mixed | bIsCorpse | |||
| ) | [inline, static] |
Definition at line 3181 of file lua_pseudo_code.cpp.
| static mixed bodygfx::MakeBodyPartGfx | ( | mixed | modelid, | |
| mixed | meshname, | |||
| mixed | partgfx, | |||
| mixed | forcescalex, | |||
| mixed | forcescaley, | |||
| mixed | forcescalez | |||
| ) | [inline, static] |
##### ##### ##### ##### ##### generating gfx helper function for CreateBodyGfxPartsFromModelIDArray
Definition at line 3185 of file lua_pseudo_code.cpp.
| static mixed bodygfx::CreateBodyGfxPartsFromModelIDArray | ( | mixed | bodyid, | |
| mixed | parentgfx, | |||
| mixed | partsarr, | |||
| mixed | modelidarr, | |||
| mixed | iPrimaryHandItem, | |||
| mixed | iSecondaryHandItem | |||
| ) | [inline, static] |
Add Granny Mobiles creates childnodes of parentgfx and adds inserts them into the partsarr table
Definition at line 3189 of file lua_pseudo_code.cpp.
| static mixed bodygfx::GetGrannyHand | ( | mixed | modelid | ) | [inline, static] |
1.5.6