Jump to content

Get Actor ID outside the game?


Swe-DivX

Recommended Posts

Posted
int ID = ARef.GetFormID()
int MODID = Math.RightShift(ID, 24)
ID = Math.LogicalAnd(ID, 0x00ffffff) 


Is it possible to do this outside the game?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...