src/ai/api/ai_object.hpp
branchnoai
changeset 9682 d031eb183733
parent 9680 5ed7bbfd51c7
child 9695 708f1e3cc4c4
equal deleted inserted replaced
9681:3997f1ce203a 9682:d031eb183733
    94 	static SignID GetNewSignID();
    94 	static SignID GetNewSignID();
    95 
    95 
    96 	/**
    96 	/**
    97 	 * Get the pointer to store event data in.
    97 	 * Get the pointer to store event data in.
    98 	 */
    98 	 */
    99 	static void **GetEventPointer();
    99 	static void *&GetEventPointer();
   100 
   100 
   101 public:
   101 public:
   102 	/**
   102 	/**
   103 	 * Store a new_vehicle_id per player.
   103 	 * Store a new_vehicle_id per player.
   104 	 * @note NEVER use this yourself in your AI!
   104 	 * @note NEVER use this yourself in your AI!