Difference between revisions of "OnCellAttach - ObjectReference"
Jump to navigation
Jump to search
imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus Category:Events '''Member of:''' ObjectReference Script Event called when this reference's parent cell is attached. == Synta…') |
imported>Egocarib ((link to talk page)) |
||
Line 4: | Line 4: | ||
'''Member of:''' [[ObjectReference Script]] | '''Member of:''' [[ObjectReference Script]] | ||
Event called when this reference's parent cell is attached. | Event called when this reference's parent cell is attached.<br> | ||
(For notes on the meaning of attachment, see the [[Talk:OnCellAttach_-_ObjectReference|talk]] page). | |||
== Syntax == | == Syntax == |
Revision as of 14:04, 7 September 2013
Member of: ObjectReference Script
Event called when this reference's parent cell is attached.
(For notes on the meaning of attachment, see the talk page).
Syntax
Event OnCellAttach()
Parameters
None.
Examples
Event OnCellAttach()
Debug.Trace("Our parent cell has attached")
endEvent