Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alemart committed Apr 15, 2018
1 parent 6ddbb82 commit 2f0b2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/math.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Math
====

Built-in mathematical functions.
Built-in mathematical functions. The Math object can be accessed simply by typing `Math`.

Examples:

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Properties
* `childCount`: integer number. The number of children of this object.
* `active`: boolean, read-write. Indicates whether this object is active\* or not.
* `__name`: string. The name of this object (string).
* `__children`: Array object. This spawns a new array containing references to the children of this object.
* `__children`: Array object. Reading this spawns a new array containing references to the children of this object.
* `__functions`: Array object. The functions of this object represented as a collection of strings.
* `__timespent`: number. The approximate time spent in this object in the last frame (in seconds).
* `__memspent`: number. The current memory consumption of this object (in bytes) - not implemented.
Expand Down

0 comments on commit 2f0b2ea

Please sign in to comment.