added collision dedection of new actors #3
1 changed files with 6 additions and 1 deletions
|
@ -255,6 +255,11 @@ interface ActorType {
|
|||
|
||||
The registration of an actor type also registers every actor that is currently in the `listActorsOfThisType()`-list.
|
||||
|
||||
To avoid new actor conflicts, a function must be called and return true when creating a new users or posts.
|
||||
|
||||
```php
|
||||
function register_new_actor(ActorType $type, String $name) -> Bool
|
||||
```
|
||||
|
||||
# Appendix
|
||||
|
||||
|
|
Loading…
Reference in a new issue