m
no edit summary
No edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
* [[Frames]] | * [[Frames]] | ||
** | ** OnUpdate handlers are only called when the frame is visible. | ||
** OnUpdate handles are called ''every'' frame. Use with care. | ** OnUpdate handles are called ''every'' frame. Use with care. | ||
** When inheriting frames, you can access the parent frame name with $parent. | ** When inheriting frames, you can access the parent frame name with $parent. | ||