Difference between revisions of "Player"

24 bytes removed ,  21:51, 5 June 2008
Remove from glossary category.
imported>Wrye
imported>Wrye
(Remove from glossary category.)
Line 9: Line 9:
* When the string "player" is used in a script, it is compiled to refer to the player reference, ''not'' the player base object -- even though it is the base object that has the id "player".  
* When the string "player" is used in a script, it is compiled to refer to the player reference, ''not'' the player base object -- even though it is the base object that has the id "player".  
** If you need to refer to the player baseobject in a script, then you'll need to use its formid. (Or if using OBSE, use a call like "player.getBaseObject".)
** If you need to refer to the player baseobject in a script, then you'll need to use its formid. (Or if using OBSE, use a call like "player.getBaseObject".)
[[Category: Glossary]]
Anonymous user