Static Public Member Functions | |
| static mixed | DevToolSearchTexture (mixed iTextureID) |
| searches for a model with a given texture on the map | |
| static mixed | DevToolSearchStatic (mixed iSearchTileTypeID) |
| searches for a static tiletype and teleports the cam there | |
| static mixed | DevToolTeleportCam (mixed xloc, mixed yloc, mixed zloc) |
| static mixed | AdjustArtPositionSplitRotationStringToXYZ (mixed txt) |
| static mixed | AdjustArtPositionInfoString (mixed xadd, mixed yadd, mixed zadd, mixed xrot, mixed yrot, mixed zrot) |
| static mixed | AdjustArtPositionAdjustButtonHandler (mixed dialog, mixed xadd, mixed yadd, mixed zadd, mixed xrot, mixed yrot, mixed zrot) |
| static mixed | AdjustArtPositionControlDialog (mixed tileid) |
| static mixed | AdjustArtPosition (mixed x, mixed y, mixed z) |
| static mixed | DevToolListStuffUnderMouse (mixed x, mixed y, mixed z, mixed radius) |
| static mixed | SearchStaticType (mixed iSearchTileTypeID) |
| returns xloc,yloc,zloc or nil | |
| static mixed | GetStaticMeshTextureListString (mixed iTileTypeID) |
| static mixed | ListStaticsNearPos (mixed x, mixed y, mixed z, mixed radius) |
| static mixed | ListDynamicsNearPos (mixed x, mixed y, mixed z, mixed radius) |
Definition at line 742 of file lua_pseudo_code.cpp.
| static mixed devtool::DevToolSearchTexture | ( | mixed | iTextureID | ) | [inline, static] |
searches for a model with a given texture on the map
Definition at line 745 of file lua_pseudo_code.cpp.
| static mixed devtool::DevToolSearchStatic | ( | mixed | iSearchTileTypeID | ) | [inline, static] |
searches for a static tiletype and teleports the cam there
Definition at line 748 of file lua_pseudo_code.cpp.
| static mixed devtool::DevToolTeleportCam | ( | mixed | xloc, | |
| mixed | yloc, | |||
| mixed | zloc | |||
| ) | [inline, static] |
Definition at line 750 of file lua_pseudo_code.cpp.
| static mixed devtool::AdjustArtPositionSplitRotationStringToXYZ | ( | mixed | txt | ) | [inline, static] |
Definition at line 752 of file lua_pseudo_code.cpp.
| static mixed devtool::AdjustArtPositionInfoString | ( | mixed | xadd, | |
| mixed | yadd, | |||
| mixed | zadd, | |||
| mixed | xrot, | |||
| mixed | yrot, | |||
| mixed | zrot | |||
| ) | [inline, static] |
Definition at line 754 of file lua_pseudo_code.cpp.
| static mixed devtool::AdjustArtPositionAdjustButtonHandler | ( | mixed | dialog, | |
| mixed | xadd, | |||
| mixed | yadd, | |||
| mixed | zadd, | |||
| mixed | xrot, | |||
| mixed | yrot, | |||
| mixed | zrot | |||
| ) | [inline, static] |
Definition at line 756 of file lua_pseudo_code.cpp.
| static mixed devtool::AdjustArtPositionControlDialog | ( | mixed | tileid | ) | [inline, static] |
Definition at line 758 of file lua_pseudo_code.cpp.
| static mixed devtool::AdjustArtPosition | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z | |||
| ) | [inline, static] |
Definition at line 760 of file lua_pseudo_code.cpp.
| static mixed devtool::DevToolListStuffUnderMouse | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z, | |||
| mixed | radius | |||
| ) | [inline, static] |
Definition at line 762 of file lua_pseudo_code.cpp.
| static mixed devtool::SearchStaticType | ( | mixed | iSearchTileTypeID | ) | [inline, static] |
| static mixed devtool::GetStaticMeshTextureListString | ( | mixed | iTileTypeID | ) | [inline, static] |
Definition at line 767 of file lua_pseudo_code.cpp.
| static mixed devtool::ListStaticsNearPos | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z, | |||
| mixed | radius | |||
| ) | [inline, static] |
Definition at line 769 of file lua_pseudo_code.cpp.
| static mixed devtool::ListDynamicsNearPos | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z, | |||
| mixed | radius | |||
| ) | [inline, static] |
Definition at line 771 of file lua_pseudo_code.cpp.
1.5.6