Sly 1:SW

From SlyMods
Revision as of 16:49, 7 September 2023 by TheOnlyZac (talk | contribs) (Updated with new info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SW
Data Structure
GameSly Cooper and the Thievius Raccoonus

SW is a struct related to game objects and entities in Sly Cooper and the Thievius Raccoonus. Its internal name is "WORLD".

Notes

  • There is a global instance of the SW struct called g_psw. Apparently all entities have a pointer to this global struct called psw.
  • If you set an entity's psw to 00000000 (nullptr), it disables collision for that entity. This suggests that the SW stores pointers to objects in a level, or at least collision data.

See also