OnRead - ObjectReference

From the CreationKit Wiki
Revision as of 18:49, 24 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

Event received when this object (which is a book) has been read. In other words, it is sent when the book UI opens a book.

Syntax[edit | edit source]

Event OnRead()

Parameters[edit | edit source]

None.

Examples[edit | edit source]

Event OnRead()
  Debug.Trace("The player's life is now enriched!")
endEvent

See Also[edit | edit source]