- Joined
- Jul 10, 2007
- Messages
- 6,306
native doodad DoodadFromId (int id);
native unit UnitFromId (int id);
native region RegionFromId (int id);
native unitgroup UnitGroupFromId (int id);
native camerainfo CameraInfoFromId (int id);
native point PointFromId (int id);
If I can't, I guess SC2 isn't ready for modding yet as the map I wanna do is completely impossible without being able to convert region to integer.
edit
looked through all of the natives and there is no way to get the above ids... another epic fail by Blizzard?
native unit UnitFromId (int id);
native region RegionFromId (int id);
native unitgroup UnitGroupFromId (int id);
native camerainfo CameraInfoFromId (int id);
native point PointFromId (int id);
If I can't, I guess SC2 isn't ready for modding yet as the map I wanna do is completely impossible without being able to convert region to integer.
edit
looked through all of the natives and there is no way to get the above ids... another epic fail by Blizzard?
Last edited: