RenderWare V2.1

Previous Page Index Next Page

RwInt32

RwGetPolygonTag(RwPolygon3d *polygon);

Description

Retrieves the polygon’s tag.

Arguments

polygon Pointer to the polygon.

Return Value

The polygon’s tag if successful. Errors can be checked for using RwGetError().

Note: Only the least significant 16 bits of the tag are valid. The most significant 16-bits will be set to zero.

See Also

RwFindTaggedPolygon()

RwGetError()

RwGetClumpTag()

RwPolygonExt()

RwQuadExt()

RwSetPolygonTag()

RwVertexExt()