<!DOCTYPE html>
<html>
<head>
<title>LEXSDL_SpriteGetTexture</title>
<link rel="stylesheet" href="styles.css">
</head>
<header>
<h1>LEXSDL_SpriteGetTexture</h1>
<hr>
</header>
<body>
<p>
Get the SDL_Texture<span style=color:#66cf8d>*</span> of a sprite with his id.
</p>
<h2>Function</h2>
<code><ul>
SDL_Texture<span style=color:#66cf8d>*</span> LEXSDL_SpriteGetTexture<span style=color:#66cf8d>(</span><span style=color:#2980b9>int</span> id<span style=color:#66cf8d>);</span>
</ul></code>
<h2>Return</h2>
<ul>
<b>NULL</b> : The id is invalid, texture or sprite were freed.<br>
<b>SDL_Texture<span style=color:#66cf8d>*</span></b> : The associated SDL_Texture with the passed id.<br>
</ul>
<h2>Parameters</h2>
<ul>
<span style=color:#2980b9>int</span> <b>id</b> : id of the sprite.<br>
</ul>
</body>
<footer>
<br>
<hr>
<a href=FrontPage.html>FrontPage</a> <b>|</b> <a href=https://gitlab.com/Alexevier/lexsdl>GitLab</a> <b>|</b> <a href=https://crates.io/crates/lexsdl>Crates.io</a>
</footer>
</html>