Method ForceExamine
ForceExamine(NwGameObject)
Forces the player to examine the specified game object.
Works on NwCreature, NwPlaceable, NwItem and NwDoor.
Does nothing for other object types.
public void ForceExamine(NwGameObject target)
Parameters
targetNwGameObjectThe GameObject to examine.