documentation update

This commit is contained in:
2025-02-04 22:18:46 -06:00
parent b41f00458b
commit f53e46ee9e
106 changed files with 780 additions and 2984 deletions

View File

@@ -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)