update actor doc and add more actor based tests
This commit is contained in:
5
tests/actor_self.ce
Normal file
5
tests/actor_self.ce
Normal file
@@ -0,0 +1,5 @@
|
||||
// Test: $self and is_actor
|
||||
if ($self == null) disrupt
|
||||
if (!is_actor($self)) disrupt
|
||||
if (!is_stone($self)) disrupt
|
||||
$stop()
|
||||
Reference in New Issue
Block a user