mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Make checking for reach more logical.
This commit is contained in:
parent
60709723e0
commit
a2cc5d97a0
16 changed files with 89 additions and 153 deletions
|
|
@ -55,7 +55,7 @@ void CyPy_Entity::init_type()
|
|||
behaviors().supportRichCompare();
|
||||
|
||||
PYCXX_ADD_NOARGS_METHOD(as_entity, as_entity, "");
|
||||
PYCXX_ADD_VARARGS_METHOD(is_reachable_for_other_entity, is_reachable_for_other_entity, "");
|
||||
PYCXX_ADD_VARARGS_METHOD(can_reach, can_reach, "");
|
||||
PYCXX_ADD_NOARGS_METHOD(describe_entity, describe_entity, "");
|
||||
PYCXX_ADD_VARARGS_METHOD(client_error, client_error, "");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue