SpaghettiKart/path__spawn__metadata_8h_so...

165 lines
15 KiB
HTML

<!-- HTML header for doxygen 1.10.0-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.13.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Mario Kart 64: src/data/path_spawn_metadata.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only-darkmode-toggle.css" rel="stylesheet" type="text/css"/>
<link href="docs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="doxygen-awesome-darkmode-toggle.js"></script>
<script type="text/javascript">
DoxygenAwesomeDarkModeToggle.init()
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Mario Kart 64
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.13.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('path__spawn__metadata_8h_source.html',''); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">path_spawn_metadata.h</div></div>
</div><!--header-->
<div class="contents">
<a href="path__spawn__metadata_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef PATH_SPAWN_METADATA_H</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define PATH_SPAWN_METADATA_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &quot;<a class="code" href="waypoints_8h.html">waypoints.h</a>&quot;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &lt;<a class="code" href="common__structs_8h.html">common_structs.h</a>&gt;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include &lt;<a class="code" href="other_2common__data_8h.html">assets/other/common_data.h</a>&gt;</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include &quot;<a class="code" href="bomb__kart_8h.html">include/bomb_kart.h</a>&quot;</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="foldopen" id="foldopen00009" data-start="{" data-end="};">
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"><a class="line" href="structTrackPathSizes.html"> 9</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"><a class="line" href="structTrackPathSizes.html#a3d5d27212e3c189089b620f146741259"> 10</a></span> <span class="comment">/* 0x00 */</span> u16 <a class="code hl_variable" href="structTrackPathSizes.html#a3d5d27212e3c189089b620f146741259">unk0</a>;</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"><a class="line" href="structTrackPathSizes.html#a9aa06bc579620bfa8d779949eb9ddb9c"> 11</a></span> <span class="comment">/* 0x02 */</span> u16 <a class="code hl_variable" href="structTrackPathSizes.html#a9aa06bc579620bfa8d779949eb9ddb9c">unk2</a>;</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"><a class="line" href="structTrackPathSizes.html#aaf462a3a57bddc0f0a9490debc102485"> 12</a></span> <span class="comment">/* 0x04 */</span> u16 <a class="code hl_variable" href="structTrackPathSizes.html#aaf462a3a57bddc0f0a9490debc102485">unk4</a>;</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="structTrackPathSizes.html#aded559c85cde383604176341268d1c21"> 13</a></span> <span class="comment">/* 0x06 */</span> u16 <a class="code hl_variable" href="structTrackPathSizes.html#aded559c85cde383604176341268d1c21">unk6</a>;</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="structTrackPathSizes.html#abbdaf7f243acc56400170191904984e0"> 14</a></span> <span class="comment">/* 0x08 */</span> u16 <a class="code hl_variable" href="structTrackPathSizes.html#abbdaf7f243acc56400170191904984e0">unk8</a>;</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="structTrackPathSizes.html#a57f908c601309ce981d8920e34abf305"> 15</a></span> <span class="comment">/* 0x0A */</span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structTrackPathSizes.html#a57f908c601309ce981d8920e34abf305">padA</a>[6];</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span>} <a class="code hl_struct" href="structTrackPathSizes.html">TrackPathSizes</a>; <span class="comment">// size 0x10</span></div>
</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="keyword">extern</span> <a class="code hl_struct" href="structTrackPathPoint.html">TrackPathPoint</a> <a class="code hl_variable" href="path__spawn__metadata_8c.html#a56efa5095869bc7d2d65e4cb08015e1c">nullPath</a>;</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="keyword">extern</span> s16 <a class="code hl_variable" href="path__spawn__metadata_8c.html#a5da7c759d9be67a80475d4d887814c2f">gAIDistances</a>[];</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keyword">extern</span> s16 <a class="code hl_variable" href="path__spawn__metadata_8c.html#aff0cf43668bf5133962be53f680bddbe">gMarioRacewayAIDistances</a>[];</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keyword">extern</span> s32 <a class="code hl_variable" href="path__spawn__metadata_8c.html#a736a3c54ce6ccc5d27bdb9096a706f14">D_800DDB20</a>;</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="keyword">extern</span> s32 <a class="code hl_variable" href="path__spawn__metadata_8c.html#aa1225cbe034f8220381bf006bcb48ba1">D_800DDB24</a>;</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="abomb__kart_8h_html"><div class="ttname"><a href="bomb__kart_8h.html">bomb_kart.h</a></div></div>
<div class="ttc" id="acommon__structs_8h_html"><div class="ttname"><a href="common__structs_8h.html">common_structs.h</a></div></div>
<div class="ttc" id="aother_2common__data_8h_html"><div class="ttname"><a href="other_2common__data_8h.html">common_data.h</a></div></div>
<div class="ttc" id="apath__spawn__metadata_8c_html_a56efa5095869bc7d2d65e4cb08015e1c"><div class="ttname"><a href="path__spawn__metadata_8c.html#a56efa5095869bc7d2d65e4cb08015e1c">nullPath</a></div><div class="ttdeci">TrackPathPoint nullPath</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.c:15</div></div>
<div class="ttc" id="apath__spawn__metadata_8c_html_a5da7c759d9be67a80475d4d887814c2f"><div class="ttname"><a href="path__spawn__metadata_8c.html#a5da7c759d9be67a80475d4d887814c2f">gAIDistances</a></div><div class="ttdeci">s16 gAIDistances[]</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.c:21</div></div>
<div class="ttc" id="apath__spawn__metadata_8c_html_a736a3c54ce6ccc5d27bdb9096a706f14"><div class="ttname"><a href="path__spawn__metadata_8c.html#a736a3c54ce6ccc5d27bdb9096a706f14">D_800DDB20</a></div><div class="ttdeci">s32 D_800DDB20</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.c:43</div></div>
<div class="ttc" id="apath__spawn__metadata_8c_html_aa1225cbe034f8220381bf006bcb48ba1"><div class="ttname"><a href="path__spawn__metadata_8c.html#aa1225cbe034f8220381bf006bcb48ba1">D_800DDB24</a></div><div class="ttdeci">s32 D_800DDB24</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.c:45</div></div>
<div class="ttc" id="apath__spawn__metadata_8c_html_aff0cf43668bf5133962be53f680bddbe"><div class="ttname"><a href="path__spawn__metadata_8c.html#aff0cf43668bf5133962be53f680bddbe">gMarioRacewayAIDistances</a></div><div class="ttdeci">s16 gMarioRacewayAIDistances[]</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.c:29</div></div>
<div class="ttc" id="astructTrackPathPoint_html"><div class="ttname"><a href="structTrackPathPoint.html">TrackPathPoint</a></div><div class="ttdef"><b>Definition</b> waypoints.h:14</div></div>
<div class="ttc" id="astructTrackPathSizes_html"><div class="ttname"><a href="structTrackPathSizes.html">TrackPathSizes</a></div><div class="ttdef"><b>Definition</b> path_spawn_metadata.h:9</div></div>
<div class="ttc" id="astructTrackPathSizes_html_a3d5d27212e3c189089b620f146741259"><div class="ttname"><a href="structTrackPathSizes.html#a3d5d27212e3c189089b620f146741259">TrackPathSizes::unk0</a></div><div class="ttdeci">u16 unk0</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.h:10</div></div>
<div class="ttc" id="astructTrackPathSizes_html_a57f908c601309ce981d8920e34abf305"><div class="ttname"><a href="structTrackPathSizes.html#a57f908c601309ce981d8920e34abf305">TrackPathSizes::padA</a></div><div class="ttdeci">char padA[6]</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.h:15</div></div>
<div class="ttc" id="astructTrackPathSizes_html_a9aa06bc579620bfa8d779949eb9ddb9c"><div class="ttname"><a href="structTrackPathSizes.html#a9aa06bc579620bfa8d779949eb9ddb9c">TrackPathSizes::unk2</a></div><div class="ttdeci">u16 unk2</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.h:11</div></div>
<div class="ttc" id="astructTrackPathSizes_html_aaf462a3a57bddc0f0a9490debc102485"><div class="ttname"><a href="structTrackPathSizes.html#aaf462a3a57bddc0f0a9490debc102485">TrackPathSizes::unk4</a></div><div class="ttdeci">u16 unk4</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.h:12</div></div>
<div class="ttc" id="astructTrackPathSizes_html_abbdaf7f243acc56400170191904984e0"><div class="ttname"><a href="structTrackPathSizes.html#abbdaf7f243acc56400170191904984e0">TrackPathSizes::unk8</a></div><div class="ttdeci">u16 unk8</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.h:14</div></div>
<div class="ttc" id="astructTrackPathSizes_html_aded559c85cde383604176341268d1c21"><div class="ttname"><a href="structTrackPathSizes.html#aded559c85cde383604176341268d1c21">TrackPathSizes::unk6</a></div><div class="ttdeci">u16 unk6</div><div class="ttdef"><b>Definition</b> path_spawn_metadata.h:13</div></div>
<div class="ttc" id="awaypoints_8h_html"><div class="ttname"><a href="waypoints_8h.html">waypoints.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_c1be8d27e7f84178e95f152701110b19.html">data</a></li><li class="navelem"><a class="el" href="path__spawn__metadata_8h.html">path_spawn_metadata.h</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
</ul>
</div>
</body>
</html>