1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<meta name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<meta name="ProgId" content="FrontPage.Editor.Document"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9 10<title>TPLGet</title> 11</head> 12 13<body> 14 15<h1>TPLGet</h1> 16 17<h2>Syntax</h2> 18<dl><dd><pre class="construction"> 19#include <revolution/tpl.h> 20 21TPLDescriptorPtr TPLGet ( TPLPalettePtr pal, u32 id ); 22</pre></dd></dl> 23 24<h2>Arguments</h2> 25<TABLE class="arguments" border="1" > 26 <tr> 27<th><STRONG><EM>pal</EM></STRONG></th> 28<td>Pointer to a texture palette.</td> 29 </tr> 30 <tr> 31<th><STRONG><EM>id</EM></STRONG></th> 32<td>Pointer to the texture descriptor.</td> 33 </tr> 34</table> 35 36<h2>Return Values</h2> 37<P>Texture descriptor.</P> 38 39<h2>Description</h2> 40<p>Gets one texture descriptor from a texture palette structure.</p> 41 42<h2>See Also</h2> 43<P class="reference"> 44<a href="TPLBind.html">TPLBind</a>, 45<a href="TPLGetGXTexObjFromPalette.html">TPLGetGXTexObjFromPalette</a>, 46<a href="TPLGetGXTexObjFromPaletteCI.html">TPLGetGXTexObjFromPaletteCI</a> 47</P> 48 49<h2>Revision History</h2> 50<p> 512008/07/29 Changed the notation for TPL files and TPL data to "texture palettes."<br>2006/06/20 Initial version.<br> 52</p> 53 54<hr><p>CONFIDENTIAL</p></body> 55</html>