Static Public Member Functions | |
| static mixed | CreateStitchinLoader (mixed loadertype, mixed filepath) |
| static mixed | DoStitchinSingle (mixed newinfo, mixed oldinfo, mixed oldid) |
| changes old based on newinfo, returns nil if removed | |
| static mixed | DoStitchin (mixed gStitchinLoader, mixed modelidarr) |
Definition at line 4377 of file lua_pseudo_code.cpp.
| static mixed stitchin::CreateStitchinLoader | ( | mixed | loadertype, | |
| mixed | filepath | |||
| ) | [inline, static] |
Definition at line 4379 of file lua_pseudo_code.cpp.
| static mixed stitchin::DoStitchinSingle | ( | mixed | newinfo, | |
| mixed | oldinfo, | |||
| mixed | oldid | |||
| ) | [inline, static] |
changes old based on newinfo, returns nil if removed
Definition at line 4382 of file lua_pseudo_code.cpp.
| static mixed stitchin::DoStitchin | ( | mixed | gStitchinLoader, | |
| mixed | modelidarr | |||
| ) | [inline, static] |
takes an array of modelids and returns an array of modelids, does some dark magic in between ORDER IS IMPORTANT elements of modelidarr have the form {hue=123,modelid=123}
Definition at line 4387 of file lua_pseudo_code.cpp.
1.5.6