#include "UT_API.h"#include "UT_NTStreamUtil.h"Go to the source code of this file.
Classes | |
| class | UT_Packet |
Defines | |
| #define | SETUPCLASSPACKETID(classname) |
Typedefs | |
| typedef int | UT_StreamPos |
Functions | |
| UT_API short | UTgetClassPacketID (const char *classname) |
| #define SETUPCLASSPACKETID | ( | classname | ) |
Value:
static int \ getClassPacketID() \ { \ static int firsttime = 1; \ static int classid; \ if (firsttime) \ { \ firsttime = 0; \ classid = UTgetClassPacketID(classname); \ } \ return classid; \ }
Definition at line 95 of file UT_Packet.h.
| typedef int UT_StreamPos |
Definition at line 30 of file UT_Packet.h.
| UT_API short UTgetClassPacketID | ( | const char * | classname | ) |
1.5.9