Classes | Public Member Functions | Static Public Member Functions | List of all members
MessageQueue Class Reference

Public Member Functions

Error push_call (ObjectID p_id, const StringName &p_method, const Variant **p_args, int p_argcount, bool p_show_error=false)
 
Error push_call (ObjectID p_id, const StringName &p_method, VARIANT_ARG_LIST)
 
Error push_notification (ObjectID p_id, int p_notification)
 
Error push_set (ObjectID p_id, const StringName &p_prop, const Variant &p_value)
 
Error push_call (Object *p_object, const StringName &p_method, VARIANT_ARG_LIST)
 
Error push_notification (Object *p_object, int p_notification)
 
Error push_set (Object *p_object, const StringName &p_prop, const Variant &p_value)
 
bool print ()
 
void statistics ()
 
void flush ()
 
int get_max_buffer_usage () const
 

Static Public Member Functions

static MessageQueueget_singleton ()
 

The documentation for this class was generated from the following files: