Torque

Engine/source/console/engineStructs.h

More...

Classes:

class

A list template class.

class

FileSystem filename representation.

class

64 bit time representation with ten microsecond resolution.

class

A universally unique identifier.

Namespaces:

namespace
namespace
namespace
namespace

Public Enumerations

enum
GL_AttributeLocation {
  GL_VertexAttrib_Position = 0
  GL_VertexAttrib_Normal 
  GL_VertexAttrib_Color 
  GL_VertexAttrib_Tangent 
  GL_VertexAttrib_TangentW 
  GL_VertexAttrib_Binormal 
  GL_VertexAttrib_TexCoord0 
  GL_VertexAttrib_TexCoord1 
  GL_VertexAttrib_TexCoord2 
  GL_VertexAttrib_TexCoord3 
  GL_VertexAttrib_TexCoord4 
  GL_VertexAttrib_TexCoord5 
  GL_VertexAttrib_TexCoord6 
  GL_VertexAttrib_TexCoord7 
  GL_VertexAttrib_TexCoord8 
  GL_VertexAttrib_TexCoord9 
  GL_VertexAttrib_COUNT 
  GL_VertexAttrib_LAST = GL_VertexAttrib_TexCoord9
  GL_VertexAttrib_BlendWeight0 = GL_VertexAttrib_TexCoord6
  GL_VertexAttrib_BlendIndex0 = GL_VertexAttrib_TexCoord2
}

Public Functions

hash(const U8 * k, U32 length, U32 initval)
hash(register const U8 * k, register U32 length, register U32 initval)
hash64(const U8 * k, U32 length, U64 initval)
hash64(register const U8 * k, register U32 length, register U64 initval)

Convert file/path name to use OS standard path separator.

Convert file/path name to use platform standard path separator.

bool
read(S & stream, Time * theTime)
bool
write(S & stream, const Time & theTime)

Detailed Description

Public Enumerations

GL_AttributeLocation

Enumerator

GL_VertexAttrib_Position = 0
GL_VertexAttrib_Normal
GL_VertexAttrib_Color
GL_VertexAttrib_Tangent
GL_VertexAttrib_TangentW
GL_VertexAttrib_Binormal
GL_VertexAttrib_TexCoord0
GL_VertexAttrib_TexCoord1
GL_VertexAttrib_TexCoord2
GL_VertexAttrib_TexCoord3
GL_VertexAttrib_TexCoord4
GL_VertexAttrib_TexCoord5
GL_VertexAttrib_TexCoord6
GL_VertexAttrib_TexCoord7
GL_VertexAttrib_TexCoord8
GL_VertexAttrib_TexCoord9
GL_VertexAttrib_COUNT
GL_VertexAttrib_LAST = GL_VertexAttrib_TexCoord9
GL_VertexAttrib_BlendWeight0 = GL_VertexAttrib_TexCoord6
GL_VertexAttrib_BlendIndex0 = GL_VertexAttrib_TexCoord2

Public Variables

S32 _DayNumber [13]
S32 _DayNumberLeap [13]
S8 _DaysInMonth [13]
S8 _DaysInMonthLeap [13]
VirtualMountSystem sgMountSystem 

Public Functions

hash(const U8 * k, U32 length, U32 initval)

hash(register const U8 * k, register U32 length, register U32 initval)

hash64(const U8 * k, U32 length, U64 initval)

hash64(register const U8 * k, register U32 length, register U64 initval)

PathToOS(String file)

Convert file/path name to use OS standard path separator.

PathToPlatform(String file)

Convert file/path name to use platform standard path separator.

read(S & stream, Time * theTime)

UnixTimeToTime(U32 t)

Win32FileTimeToTime(U32 low, U32 high)

write(S & stream, const Time & theTime)