Static Public Member Functions | |
| static mixed | GetMeshFileName (mixed id) |
| static mixed | GetMeshPath (mixed id) |
| static mixed | GetMeshName (mixed iTileTypeID, mixed iHue, mixed bDontGenerateFallback) |
| static mixed | GetFallbackMeshName (mixed iTileTypeID) |
| returns the name of a static generated mesh that can be used instead of classic billboards | |
| static mixed | GetStaticMeshOrientation (mixed iTileTypeID) |
Definition at line 2819 of file lua_pseudo_code.cpp.
| static mixed static::GetMeshFileName | ( | mixed | id | ) | [inline, static] |
returns the mesh-filename with the given id TODO handle custom stuff?
Definition at line 2823 of file lua_pseudo_code.cpp.
| static mixed static::GetMeshPath | ( | mixed | id | ) | [inline, static] |
Definition at line 2825 of file lua_pseudo_code.cpp.
| static mixed static::GetMeshName | ( | mixed | iTileTypeID, | |
| mixed | iHue, | |||
| mixed | bDontGenerateFallback | |||
| ) | [inline, static] |
Definition at line 2827 of file lua_pseudo_code.cpp.
| static mixed static::GetFallbackMeshName | ( | mixed | iTileTypeID | ) | [inline, static] |
returns the name of a static generated mesh that can be used instead of classic billboards
Definition at line 2830 of file lua_pseudo_code.cpp.
| static mixed static::GetStaticMeshOrientation | ( | mixed | iTileTypeID | ) | [inline, static] |
Definition at line 2832 of file lua_pseudo_code.cpp.
1.5.6