documentation update
This commit is contained in:
@@ -1,43 +1,19 @@
|
||||
# actor Module
|
||||
# actor
|
||||
|
||||
## all_objects
|
||||
|
||||
```
|
||||
function all_objects(fn, startobj = world)
|
||||
```
|
||||
## all_objects(fn, startobj = world)
|
||||
|
||||
|
||||
## find_object
|
||||
|
||||
```
|
||||
function find_object(fn, startobj = world)
|
||||
```
|
||||
## find_object(fn, startobj = world)
|
||||
|
||||
|
||||
## tag_add
|
||||
|
||||
```
|
||||
function tag_add(tag, obj)
|
||||
```
|
||||
## tag_add(tag, obj)
|
||||
|
||||
|
||||
## tag_rm
|
||||
|
||||
```
|
||||
function tag_rm(tag, obj)
|
||||
```
|
||||
## tag_rm(tag, obj)
|
||||
|
||||
|
||||
## tag_clear_guid
|
||||
|
||||
```
|
||||
function tag_clear_guid(obj)
|
||||
```
|
||||
## tag_clear_guid(obj)
|
||||
|
||||
|
||||
## objects_with_tag
|
||||
|
||||
```
|
||||
function objects_with_tag(tag)
|
||||
```
|
||||
## objects_with_tag(tag)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user