Sly 1:SW

Revision as of 23:24, 8 August 2022 by TheOnlyZac (talk | contribs) (Created Sly 1 struct stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SW
Data Structure
GameSly Cooper and the Thievius Raccoonus

SW is a struct related to physics objects in Sly Cooper and the Thievius Raccoonus. There is a global instance of it called g_psw which apparently all entities store a pointer to.

Notes

  • If you set an entity's SW pointer (psw) to 00000000 (NULLPTR), it disables all collision for that entity. This indicates that the SW stores pointers or collision data for the objects in a level.

See also