Skip to content

Commit

Permalink
Add warning about multithread Actor workings.
Browse files Browse the repository at this point in the history
  • Loading branch information
enginmanap committed Jan 12, 2019
1 parent 8e92437 commit 6aba04e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ExtendingByAPI/implementAIActor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ ____________________

ActorInterface class has two helper structs used to pass information between engine and AI. Those are :ref:`ActorInterface-ActorInformation` and :ref:`ActorInterface-InformationRequest`. details are below.

.. warning::
Information requests are prepared by separate threads, and no guarantees made for when they will return. Check routeReady flag on ActorInformation before using the route.

+---------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
| |:ref:`ActorInterface(uint32_t id, LimonAPI \*limonAPI)<ActorInterface-ActorInterface>` |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 6aba04e

Please sign in to comment.