This article's documentation is for anything that uses the Source engine. Click here for more information.

Event queue saveload proxy: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{Ent not in fgd|codeonly=1}} {{CD|CEventQueueSaveLoadProxy|file1=1}} {{this is a|entity|name=event_queue_saveload_proxy}} It's used to save event queue into a save file{{...")
 
No edit summary
Line 5: Line 5:


== See Also ==
== See Also ==
* {{cmd|dumpeventqueue}}
* {{GoldSrc}}{{ent|DelayedUse}}
* {{GoldSrc}}{{ent|DelayedUse}}

Revision as of 06:32, 26 July 2024

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it can only be configured through code.
C++ Class hierarchy
CEventQueueSaveLoadProxy
CLogicalEntity
CServerOnlyEntity
CBaseEntity
C++ cbase.cpp

event_queue_saveload_proxy is an entity available in all Source Source games. It's used to save event queue into a save file[confirm].

Stub

This article or section is a stub. You can help by expanding it.

See Also