mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-12 10:15:12 +01:00
34 lines
687 B
XML
34 lines
687 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VoxelmanUnboundedQueue" inherits="Reference" category="Core" version="3.2">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="dequeue">
|
|
<return type="Variant">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="enqueue">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="obj" type="Variant">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="peek">
|
|
<return type="Variant">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|