mirror of
https://github.com/n64decomp/mk64
synced 2026-07-11 05:44:39 -04:00
491 lines
128 KiB
HTML
491 lines
128 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.11.0"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Mario Kart 64: src/player_controller.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.11.0 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&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&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&dn=expat.txt MIT */
|
|
$(function(){initNavTree('player__controller_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">player_controller.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="player__controller_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 player_controller_H</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define player_controller_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 <<a class="code" href="common__structs_8h.html">common_structs.h</a>></span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include "<a class="code" href="camera_8h.html">camera.h</a>"</span></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">/* Function Prototypes */</span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"><a class="line" href="player__controller_8h.html#a7c264688f320e3a725ea354e350aec30"> 9</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a7c264688f320e3a725ea354e350aec30">func_8002E594</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_struct" href="structCamera.html">Camera</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code hl_function" href="player__controller_8h.html#ac4be022886df4b39bf8cc7a2a1685eb2">get_player_index_for_player</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#afcf8df11457170e6f7727531319034b9">func_80027DA8</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a8985110d1f21fefd493d9457db941bc0">func_80027EDC</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="player__controller_8h.html#aeffdbb54b2a18ca66d5fe8f44b942ff3"> 15</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#aeffdbb54b2a18ca66d5fe8f44b942ff3">func_80029B4C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a> *, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="player__controller_8h.html#a24d67e3f9e30f54446adc93646ebb73f"> 16</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a24d67e3f9e30f54446adc93646ebb73f">func_8002F730</a>(<a class="code hl_struct" href="structPlayer.html">Player</a> *player, <a class="code hl_struct" href="structCamera.html">Camera</a> *camera, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a> arg2, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a> arg3);</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="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a56b6cc32d3ba7e190ae4e338292b56f3">func_80028864</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_struct" href="structCamera.html">Camera</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ab4839dc583be28b9f5b1772d6f47a83d">func_80028C44</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_struct" href="structCamera.html">Camera</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#aba4b955052db1057c920017ba35051ff">func_80028D3C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_struct" href="structCamera.html">Camera</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#afebbb7af03ce4c3559c2ecb05d018912">func_80028E70</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_struct" href="structCamera.html">Camera</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="player__controller_8h.html#abca162a626168d4ece4d1e281872e84d"> 22</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#abca162a626168d4ece4d1e281872e84d">func_80028F5C</a>(<a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>);</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a60b22a77aa4cf0b2be0942a3e115a1eb">func_80028F70</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ac7bf3fa7a7efacb6f6bad44477c2c7ed">func_80029060</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a6303bb149bad9c8d22c0919a9bc3dc26">func_80029150</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a31f653813b5697d0af1bb9c16cdc4c76">func_80029158</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a6554199fba01b034cfd6c897aa5cd414">func_800291E8</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ab4bb07d840a1c124938d2582c2e6b97e">func_800291F0</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a363734a615d15635c920505a0636e115">func_800291F8</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a0c4e2fc5f4dd28cc25c190d975c8fac0">func_80029200</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a5661369dd05d5a6b25f4b7acaad30c27">func_8002934C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_struct" href="structCamera.html">Camera</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a2f82b6ab95ec3738163867f1ab6d163a">func_8002A194</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ac4f4e4f7af7b72abb6f29c85d39d4b75">func_8002A5F4</a>(<a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a1a73f096aa69a00dcf69ce22e671c127">func_8002A704</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a5881a0bac7fb97bc4c751d7996836c7f">func_8002A79C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#af64e63cd711d06fb9458c360d182d10a">func_8002A8A4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#aac5f79d9110ad587623358c95740f501">kart_hop</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a9c055ca3612e7c9b83bf77149f6b3fb7">func_8002AAC0</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a75c5f9eaeac78fc77811c9831f9a1a7e">func_8002AB70</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ad9104aabf13fee9d360d6ffe08e751e9">func_8002AE20</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ad030e09c88b7c8494fb330effd518e33">func_8002AE28</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a8e98cbfdf84ad6deaf09f8e7cee39958">func_8002AE30</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a11051adab50ba30277a86027780548e8">func_8002AE38</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ad0360ca8b1a94658f00f728130df375c">func_8002B218</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="player__controller_8h.html#a33b2eaac4346dd5f6e9250f62036c7b9"> 48</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a33b2eaac4346dd5f6e9250f62036c7b9">apply_sound_effect</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="player__controller_8h.html#a57d836b6a21fcc25c9f703d5e1b15946"> 49</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a57d836b6a21fcc25c9f703d5e1b15946">func_8002B5C0</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#aff4f400b8c5b8cb136256ee52ccd6e78">func_8002B830</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ae4e4c2aa68964d2c44d5ad1927b472de">func_8002B8A4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="player__controller_8h.html#a543de63e652d4fc8acbba1f3d3b88632"> 52</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a543de63e652d4fc8acbba1f3d3b88632">func_8002B9CC</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>);</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ab8e612864d21c7bfde299cb59062e75e">func_8002BD58</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a13d6e5f1cb12eec20bfae38ea91fabbf">func_8002BF4C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a2961e04015ab7e85e5a74a8eef36b9e9">func_8002C11C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a84ecbf5253c558893ce2f6b3fe344119">func_8002C17C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a5f2d6dace2643074ccdb59a3839268bc">func_8002C4F8</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#af917f12b29f31fbc3e06e36390b08cae">func_8002C7E4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a4379cf9352fe960f8cf917cf4856f4ed">func_8002C954</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>);</div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a182bc38fa6f5d56393682021517b00ea">apply_effect</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a9c34653b2d0d6553978358b8b1188788">func_8002D028</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="player__controller_8h.html#aa62e3bb71c2d01a3ab74fea94d8d633f"> 64</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#aa62e3bb71c2d01a3ab74fea94d8d633f">func_8002D268</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_struct" href="structCamera.html">Camera</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a23af3130cfcd9af775d97ef725b91720">func_8002E4C4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="player__controller_8h.html#a568f4515eb2740f3c610cc9d0c7b4d39"> 67</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a568f4515eb2740f3c610cc9d0c7b4d39">control_kart_ai_movement</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*,<a class="code hl_struct" href="structCamera.html">Camera</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
|
|
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a6e06c131db7b06fca90eb9cb3c1a5493">func_8002FCA8</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a5be64fa020a15492a4dab050c1ef5600">func_8002FE84</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a> <a class="code hl_function" href="player__controller_8h.html#a4f7e8cbddc50a8ca275134bdcd141594">func_80030150</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#af9f721cc38ce7d92a55d15676a961b5e">func_80030A34</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a2a57be910cde349bb7377bfbaad62a7d">detect_triple_a_combo_a_released</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a159d20956b9301d34f80c7369791f074">detect_triple_a_combo_a_pressed</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ab92051c0add75318fad3464d85c51c8d">player_speed</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a3fcbbf03cd0f9129ab015fb6628b0252">decelerate_ai_player</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#afeea6d6b66bee711c6f9f9e77e7fa0b8">detect_triple_b_combo_b_released</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#abb6cc3e965f9a88b7b621be0a53e1517">detect_triple_b_combo_b_pressed</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#abb4931a57cf3cfb17f44b82d31545f72">func_800323E4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a6c6044df53c0c0cc8aa154b2db4c0971">func_80032700</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#afba60dcf0f403df3b6ff857b5ff3f5ab">func_80032CB0</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a750ffc48121e9b752e07a5f6db5e03ff">func_80032D94</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a15425be31422db997db0e9b599f9c30b">func_80033280</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a2b6bd13f1a67b987aafd323ef7919277">func_800332E8</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>);</div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a00019a1d72e95b0798d08330ebe69a7f">func_800337CC</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>);</div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a69a63f4f1e39ffa25b0ec710b8debd87">func_80033850</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a0bcb2c04023fca756ca9bc248dcc74df">func_80033884</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>);</div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#af320405612ade0d0a926ffdaa75ad30f">func_80033940</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a9ee50a5694766397c98aa17f4278ed96">func_800339C4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a9b641d78d85da29369ba33767d909be9">func_80033A40</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>);</div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a2eab51c066adc1bcb409a2b3e007b17b">func_80033AE0</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <span class="keyword">struct</span> <a class="code hl_struct" href="structController.html">Controller</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a8f5540c54a029cd048421852b955e715">func_8003680C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a>);</div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ac1d70bc71d0e92c290b5d47c9b9ba84a">func_80036C5C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a1ec59e91f2d637e9d6a938888f2bbbee">func_80036CB4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*);</div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a461c053d5329fd72a7db0532b50162ef">func_80036DB4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>);</div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> </div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a085ccbeeef6f413ac425a50b754020b0">func_800371F4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>);</div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a5e4ac3ec0641e83c5dde7dc13440d5aa">func_80037614</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>);</div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a96dd8ea5e78695d817a2ec32e45e1c74">func_8003777C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>);</div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#ab1ce6e814f17fdc40f556fa9b0844b14">func_800378E8</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>);</div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a363aad406bef407760eec4724522a169">func_80037A4C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>);</div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a41c133519f9c185a90af33d05c9f7baa">func_80037BB4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*player, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a>);</div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a732e894c226e2ba9968c5bc9a13c1301">func_80037CFC</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <span class="keyword">struct</span> <a class="code hl_struct" href="structController.html">Controller</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> </div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a0007ea684c2d656a65842116599aa496">func_800381AC</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <span class="keyword">struct</span> <a class="code hl_struct" href="structController.html">Controller</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a8f23c9648fb24323eacde208b29b3ad6">func_800382DC</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span><a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_function" href="player__controller_8h.html#ae3c0e1206b50a3d9492e80c1459470f7">func_80038534</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structController.html">Controller</a>*);</div>
|
|
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span><a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_function" href="player__controller_8h.html#afd26a2c8fac8023bf5f2ce556981e00c">func_800388B0</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structController.html">Controller</a>*);</div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#a9f92d6bdc3e11b8a805496c4ab1465ae">func_80038BE4</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a>);</div>
|
|
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="player__controller_8h.html#af29a6502ef921511f0a4de4af49ff474"> 112</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="player__controller_8h.html#af29a6502ef921511f0a4de4af49ff474">func_80038C6C</a>(<a class="code hl_struct" href="structPlayer.html">Player</a>*, <a class="code hl_struct" href="structCamera.html">Camera</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a>);</div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> </div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="comment">/* This is where I'd put my static data, if I had any */</span></div>
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> </div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ad5114cec8610efe34c3ce576614fe1bb">gKartAIforMario</a>[];</div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ab7596a5c0841034b4bbe2817ef940e99">gKartAIforLuigi</a>[];</div>
|
|
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#aa63c055f2bb807db652d37d7b8226d50">gKartAIforYoshi</a>[];</div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a0c1bbffe33d645a297abc379655f651b">gKartAIforToad</a>[];</div>
|
|
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a765df5512fbd1abc7e0e3870d3517b9f">gKartAIforDk</a>[];</div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a7545bec2068a9c97111208bec56e93e5">gKartAIforWario</a>[];</div>
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a35d1af4dbc8d0fdf91f9ad22a5ed0b98">gKartAIforPeach</a>[];</div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a66b931548eef87374443677c03b8c573">gKartAIforBowser</a>[];</div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code hl_variable" href="player__controller_8h.html#af47039f0aa29e6f9997dd282067ece99">gKartAIforPlayer</a>[];</div>
|
|
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> </div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a3be4b8ed0ecc8cc6ab40651f133dd11a">gKartAIforMarioAndLuigi</a>[];</div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a9c6e1aa9f6079ddaee0b22f557c448d4">gKartAIforMarioAndYoshi</a>[];</div>
|
|
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ad234b8d8c980567a291bf3bdf56a2f94">gKartAIforMarioAndToad</a>[];</div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a0f17cbef869cf2cdf5affbba0997b96c">gKartAIforMarioAndDk</a>[];</div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a00cd6a32628edc2df8c168341b7aee70">gKartAIforMarioAndWario</a>[];</div>
|
|
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a010ed3d0c76630fc2279393d46412c9d">gKartAIforMarioAndPeach</a>[];</div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ae51c96b72c43d0527ae415c0cf5e2f5a">gKartAIforMarioAndBowser</a>[];</div>
|
|
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a3387bb32133cb70529dddcec18f1f733">gKartAIforLuigiAndMario</a>[];</div>
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ad0554f24f9121fd8ae11763b56c9104c">gKartAIforLuigiAndYoshi</a>[];</div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a429791f1b9210f994069343175c3a536">gKartAIforLuigiAndToad</a>[];</div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#adf7c1245ac79c4210f4a26577494d589">gKartAIforLuigiAndDk</a>[];</div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a2ebf00207827bbc85fc43e26527869a8">gKartAIforLuigiAndWario</a>[];</div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a85662ab742c0228a7b98a2bad849ab33">gKartAIforLuigiAndPeach</a>[];</div>
|
|
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a9e2794ffbdda377bb89082c43e1c93c8">gKartAIforLuigiAndBowser</a>[];</div>
|
|
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#af24bcc52b4870aea8fcfb8dd60cf3a7c">gKartAIforYoshiAndMario</a>[];</div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a433d475d98408bd0012a3e1494394390">gKartAIforYoshiAndLuigi</a>[];</div>
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a729025ef10fb22262376957835f3ba1d">gKartAIforYoshiAndToad</a>[];</div>
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#aab2484361cd5b71b2eebf6375ed3095f">gKartAIforYoshiAndDk</a>[];</div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#aecaa260fb6df4ff4a64a5bf6cb9b57f7">gKartAIforYoshiAndWario</a>[];</div>
|
|
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a1f3954a1d7526b7dc0a00a20a511833c">gKartAIforYoshiAndPeach</a>[];</div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a8b811fe98a584051a6fe16e84151aeb1">gKartAIforYoshiAndBowser</a>[];</div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ab4ce4ee8df934bc927cb8f4c20a4e3bd">gKartAIforToadAndMario</a>[];</div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ac5f0a4a7a1a022ff7fdac55f3a84c714">gKartAIforToadAndLuigi</a>[];</div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#aba1761296d89add23298761b153dd4c0">gKartAIforToadAndYoshi</a>[];</div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#acac2474a4055508d4111bed752ba41ae">gKartAIforToadAndDk</a>[];</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ab1e501e0063f0cdcf5197b446557dc77">gKartAIforToadAndWario</a>[];</div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a14c54faaee49cbd252fef69378d1a7ca">gKartAIforToadAndPeach</a>[];</div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a5788446f9daf44d3ce6088afa3bcb631">gKartAIforToadAndBowser</a>[];</div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ad9e0416f59a7e01578152ab4c263bdf4">gKartAIforDkAndMario</a>[];</div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#abe57847739dd3088fe757855ca2dbe70">gKartAIforDkAndLuigi</a>[];</div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a4ec6e3103490b71f226a771dbbeac481">gKartAIforDkAndToad</a>[];</div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a8a8cd0b093ccf2c11c119cb0f687bf93">gKartAIforDkAndYoshi</a>[];</div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a42cfac53fe49a85421eceeb7aef1880b">gKartAIforDkAndWario</a>[];</div>
|
|
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ae5ae30fb42b0b08df1bd2cfebc615de2">gKartAIforDkAndPeach</a>[];</div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a5e4c4b57c67b87a6ecb81641648caae3">gKartAIforDkAndBowser</a>[];</div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a40a965e4e54607fecf6e0be249b9dbe5">gKartAIforWarioAndMario</a>[];</div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a2ddf3c271fceb933e7f56572b87c64e6">gKartAIforWarioAndLuigi</a>[];</div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ab0239aaf18eef2365d0214a1cbdc1b53">gKartAIforWarioAndYoshi</a>[];</div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ab26026d7caabb1a7a6cb4b08962f2a89">gKartAIforWarioAndDk</a>[];</div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ac5ffccff3774e5024709a120e71211cf">gKartAIforWarioAndToad</a>[];</div>
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ac00fd3b9fa1ba313ba9a768b9f292a82">gKartAIforWarioAndPeach</a>[];</div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#aa71eedc18b7cbe44dd6e816b36f3e7f3">gKartAIforWarioAndBowser</a>[];</div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#adfcd0917d259eb832fe7d8f2bccfd313">gKartAIforPeachAndMario</a>[];</div>
|
|
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ac9b2ed9bd710ff325ee8050282e10c3e">gKartAIforPeachAndLuigi</a>[];</div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a7e18f3fb55acba5466f4273f8ac76236">gKartAIforPeachAndYoshi</a>[];</div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a9f59a3c7099d0e0a0828ac0a3bf773ce">gKartAIforPeachAndDk</a>[];</div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#afb326c3d4751afa7905a50ee9a25cd40">gKartAIforPeachAndWario</a>[];</div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ae6c27ba66317c9bcb07685d250493523">gKartAIforPeachAndToad</a>[];</div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a23a35c48a89208424ca9705dcffbac81">gKartAIforPeachAndBowser</a>[];</div>
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#afeb30cf4ccf86c599a276e0b144b8809">gKartAIforBowserAndMario</a>[];</div>
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#af5dc4dd5659077f77d7145f6a748a6f9">gKartAIforBowserAndLuigi</a>[];</div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a93e93f9ff67166db5288ce35f4f3bd5e">gKartAIforBowserAndYoshi</a>[];</div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a87c5070316ac5f849b2480922f76b2df">gKartAIforBowserAndDk</a>[];</div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#abcaae040839f9345f92094416da71259">gKartAIforBowserAndWario</a>[];</div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a29fcf95618ef32f85f39e33d340541ca">gKartAIforBowserAndToad</a>[];</div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#a2fc50b97c7285eb280918a02a4209808">gKartAIforBowserAndPeach</a>[];</div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code hl_variable" href="player__controller_8h.html#a6a7f1b646018ef65579ee2f911d44e79">gListKartAIforMario</a>[];</div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code hl_variable" href="player__controller_8h.html#ae40533487f4d194817ecd099cd46142f">gListKartAIforLuigi</a>[];</div>
|
|
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code hl_variable" href="player__controller_8h.html#a778b629ce10f29f5d3df6d45eb030867">gListKartAIforYoshi</a>[];</div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code hl_variable" href="player__controller_8h.html#a113d1e6340a131ed850b3f1d959b4e90">gListKartAIforToad</a>[];</div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code hl_variable" href="player__controller_8h.html#ae7a43c8cb4215e32072c082810e17283">gListKartAIforDk</a>[];</div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code hl_variable" href="player__controller_8h.html#a3cb27495c9d88b1cdc6b7554e074228d">gListKartAIforWario</a>[];</div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code hl_variable" href="player__controller_8h.html#a2f82efc5d1344f975816640d8ffc6585">gListKartAIforPeach</a>[];</div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> *<a class="code hl_variable" href="player__controller_8h.html#a7eb18244ad7939752361c9c19d2e03b4">gListKartAIforBowser</a>[];</div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> **<a class="code hl_variable" href="player__controller_8h.html#a898e761559f067b9e3f862b7fcb84fa7">gKartAIforTwoPlayer</a>[];</div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> </div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a> <a class="code hl_variable" href="player__controller_8h.html#ae7df3b60b978697813e6b88386423ad2">D_801656F0</a>;</div>
|
|
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> </div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span><span class="preprocessor">#endif</span></div>
|
|
<div class="ttc" id="acamera_8h_html"><div class="ttname"><a href="camera_8h.html">camera.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="acommon__structs_8h_html_a5290523279339ea495248ab3a36cb46e"><div class="ttname"><a href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a></div><div class="ttdeci">f32 Vec3f[3]</div><div class="ttdef"><b>Definition</b> common_structs.h:6</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a00019a1d72e95b0798d08330ebe69a7f"><div class="ttname"><a href="player__controller_8h.html#a00019a1d72e95b0798d08330ebe69a7f">func_800337CC</a></div><div class="ttdeci">void func_800337CC(Player *, f32, s32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3785</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a0007ea684c2d656a65842116599aa496"><div class="ttname"><a href="player__controller_8h.html#a0007ea684c2d656a65842116599aa496">func_800381AC</a></div><div class="ttdeci">void func_800381AC(Player *, struct Controller *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:4733</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a00cd6a32628edc2df8c168341b7aee70"><div class="ttname"><a href="player__controller_8h.html#a00cd6a32628edc2df8c168341b7aee70">gKartAIforMarioAndWario</a></div><div class="ttdeci">s16 gKartAIforMarioAndWario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:79</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a010ed3d0c76630fc2279393d46412c9d"><div class="ttname"><a href="player__controller_8h.html#a010ed3d0c76630fc2279393d46412c9d">gKartAIforMarioAndPeach</a></div><div class="ttdeci">s16 gKartAIforMarioAndPeach[]</div><div class="ttdef"><b>Definition</b> player_controller.c:83</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a085ccbeeef6f413ac425a50b754020b0"><div class="ttname"><a href="player__controller_8h.html#a085ccbeeef6f413ac425a50b754020b0">func_800371F4</a></div><div class="ttdeci">void func_800371F4(Player *, Vec3f, Vec3f)</div><div class="ttdef"><b>Definition</b> player_controller.c:4429</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a0bcb2c04023fca756ca9bc248dcc74df"><div class="ttname"><a href="player__controller_8h.html#a0bcb2c04023fca756ca9bc248dcc74df">func_80033884</a></div><div class="ttdeci">void func_80033884(Player *, s32 *, s32 *, s32, s32, s32, s32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3804</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a0c1bbffe33d645a297abc379655f651b"><div class="ttname"><a href="player__controller_8h.html#a0c1bbffe33d645a297abc379655f651b">gKartAIforToad</a></div><div class="ttdeci">s16 gKartAIforToad[]</div><div class="ttdef"><b>Definition</b> player_controller.c:38</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a0c4e2fc5f4dd28cc25c190d975c8fac0"><div class="ttname"><a href="player__controller_8h.html#a0c4e2fc5f4dd28cc25c190d975c8fac0">func_80029200</a></div><div class="ttdeci">void func_80029200(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:813</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a0f17cbef869cf2cdf5affbba0997b96c"><div class="ttname"><a href="player__controller_8h.html#a0f17cbef869cf2cdf5affbba0997b96c">gKartAIforMarioAndDk</a></div><div class="ttdeci">s16 gKartAIforMarioAndDk[]</div><div class="ttdef"><b>Definition</b> player_controller.c:75</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a11051adab50ba30277a86027780548e8"><div class="ttname"><a href="player__controller_8h.html#a11051adab50ba30277a86027780548e8">func_8002AE38</a></div><div class="ttdeci">void func_8002AE38(Player *, s8, f32, f32, f32, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:1417</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a113d1e6340a131ed850b3f1d959b4e90"><div class="ttname"><a href="player__controller_8h.html#a113d1e6340a131ed850b3f1d959b4e90">gListKartAIforToad</a></div><div class="ttdeci">s16 * gListKartAIforToad[]</div><div class="ttdef"><b>Definition</b> player_controller.c:302</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a13d6e5f1cb12eec20bfae38ea91fabbf"><div class="ttname"><a href="player__controller_8h.html#a13d6e5f1cb12eec20bfae38ea91fabbf">func_8002BF4C</a></div><div class="ttdeci">void func_8002BF4C(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:1793</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a14c54faaee49cbd252fef69378d1a7ca"><div class="ttname"><a href="player__controller_8h.html#a14c54faaee49cbd252fef69378d1a7ca">gKartAIforToadAndPeach</a></div><div class="ttdeci">s16 gKartAIforToadAndPeach[]</div><div class="ttdef"><b>Definition</b> player_controller.c:167</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a15425be31422db997db0e9b599f9c30b"><div class="ttname"><a href="player__controller_8h.html#a15425be31422db997db0e9b599f9c30b">func_80033280</a></div><div class="ttdeci">void func_80033280(Player *, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3736</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a159d20956b9301d34f80c7369791f074"><div class="ttname"><a href="player__controller_8h.html#a159d20956b9301d34f80c7369791f074">detect_triple_a_combo_a_pressed</a></div><div class="ttdeci">void detect_triple_a_combo_a_pressed(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:3262</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a182bc38fa6f5d56393682021517b00ea"><div class="ttname"><a href="player__controller_8h.html#a182bc38fa6f5d56393682021517b00ea">apply_effect</a></div><div class="ttdeci">void apply_effect(Player *, s8, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:2075</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a1a73f096aa69a00dcf69ce22e671c127"><div class="ttname"><a href="player__controller_8h.html#a1a73f096aa69a00dcf69ce22e671c127">func_8002A704</a></div><div class="ttdeci">void func_8002A704(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:1229</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a1ec59e91f2d637e9d6a938888f2bbbee"><div class="ttname"><a href="player__controller_8h.html#a1ec59e91f2d637e9d6a938888f2bbbee">func_80036CB4</a></div><div class="ttdeci">void func_80036CB4(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:4355</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a1f3954a1d7526b7dc0a00a20a511833c"><div class="ttname"><a href="player__controller_8h.html#a1f3954a1d7526b7dc0a00a20a511833c">gKartAIforYoshiAndPeach</a></div><div class="ttdeci">s16 gKartAIforYoshiAndPeach[]</div><div class="ttdef"><b>Definition</b> player_controller.c:139</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a23a35c48a89208424ca9705dcffbac81"><div class="ttname"><a href="player__controller_8h.html#a23a35c48a89208424ca9705dcffbac81">gKartAIforPeachAndBowser</a></div><div class="ttdeci">s16 gKartAIforPeachAndBowser[]</div><div class="ttdef"><b>Definition</b> player_controller.c:255</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a23af3130cfcd9af775d97ef725b91720"><div class="ttname"><a href="player__controller_8h.html#a23af3130cfcd9af775d97ef725b91720">func_8002E4C4</a></div><div class="ttdeci">void func_8002E4C4(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:2495</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a24d67e3f9e30f54446adc93646ebb73f"><div class="ttname"><a href="player__controller_8h.html#a24d67e3f9e30f54446adc93646ebb73f">func_8002F730</a></div><div class="ttdeci">void func_8002F730(Player *player, Camera *camera, s8 arg2, s8 arg3)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a2961e04015ab7e85e5a74a8eef36b9e9"><div class="ttname"><a href="player__controller_8h.html#a2961e04015ab7e85e5a74a8eef36b9e9">func_8002C11C</a></div><div class="ttdeci">void func_8002C11C(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:1842</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a29fcf95618ef32f85f39e33d340541ca"><div class="ttname"><a href="player__controller_8h.html#a29fcf95618ef32f85f39e33d340541ca">gKartAIforBowserAndToad</a></div><div class="ttdeci">s16 gKartAIforBowserAndToad[]</div><div class="ttdef"><b>Definition</b> player_controller.c:279</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a2a57be910cde349bb7377bfbaad62a7d"><div class="ttname"><a href="player__controller_8h.html#a2a57be910cde349bb7377bfbaad62a7d">detect_triple_a_combo_a_released</a></div><div class="ttdeci">void detect_triple_a_combo_a_released(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:3202</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a2b6bd13f1a67b987aafd323ef7919277"><div class="ttname"><a href="player__controller_8h.html#a2b6bd13f1a67b987aafd323ef7919277">func_800332E8</a></div><div class="ttdeci">void func_800332E8(Player *, s32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3747</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a2ddf3c271fceb933e7f56572b87c64e6"><div class="ttname"><a href="player__controller_8h.html#a2ddf3c271fceb933e7f56572b87c64e6">gKartAIforWarioAndLuigi</a></div><div class="ttdeci">s16 gKartAIforWarioAndLuigi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:207</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a2eab51c066adc1bcb409a2b3e007b17b"><div class="ttname"><a href="player__controller_8h.html#a2eab51c066adc1bcb409a2b3e007b17b">func_80033AE0</a></div><div class="ttdeci">void func_80033AE0(Player *, struct Controller *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:3880</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a2ebf00207827bbc85fc43e26527869a8"><div class="ttname"><a href="player__controller_8h.html#a2ebf00207827bbc85fc43e26527869a8">gKartAIforLuigiAndWario</a></div><div class="ttdeci">s16 gKartAIforLuigiAndWario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:107</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a2f82b6ab95ec3738163867f1ab6d163a"><div class="ttname"><a href="player__controller_8h.html#a2f82b6ab95ec3738163867f1ab6d163a">func_8002A194</a></div><div class="ttdeci">void func_8002A194(Player *, f32, f32, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:1115</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a2f82efc5d1344f975816640d8ffc6585"><div class="ttname"><a href="player__controller_8h.html#a2f82efc5d1344f975816640d8ffc6585">gListKartAIforPeach</a></div><div class="ttdeci">s16 * gListKartAIforPeach[]</div><div class="ttdef"><b>Definition</b> player_controller.c:317</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a2fc50b97c7285eb280918a02a4209808"><div class="ttname"><a href="player__controller_8h.html#a2fc50b97c7285eb280918a02a4209808">gKartAIforBowserAndPeach</a></div><div class="ttdeci">s16 gKartAIforBowserAndPeach[]</div><div class="ttdef"><b>Definition</b> player_controller.c:283</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a31f653813b5697d0af1bb9c16cdc4c76"><div class="ttname"><a href="player__controller_8h.html#a31f653813b5697d0af1bb9c16cdc4c76">func_80029158</a></div><div class="ttdeci">void func_80029158(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:793</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a3387bb32133cb70529dddcec18f1f733"><div class="ttname"><a href="player__controller_8h.html#a3387bb32133cb70529dddcec18f1f733">gKartAIforLuigiAndMario</a></div><div class="ttdeci">s16 gKartAIforLuigiAndMario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:91</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a33b2eaac4346dd5f6e9250f62036c7b9"><div class="ttname"><a href="player__controller_8h.html#a33b2eaac4346dd5f6e9250f62036c7b9">apply_sound_effect</a></div><div class="ttdeci">void apply_sound_effect(Player *, s8, s8)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a35d1af4dbc8d0fdf91f9ad22a5ed0b98"><div class="ttname"><a href="player__controller_8h.html#a35d1af4dbc8d0fdf91f9ad22a5ed0b98">gKartAIforPeach</a></div><div class="ttdeci">s16 gKartAIforPeach[]</div><div class="ttdef"><b>Definition</b> player_controller.c:50</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a363734a615d15635c920505a0636e115"><div class="ttname"><a href="player__controller_8h.html#a363734a615d15635c920505a0636e115">func_800291F8</a></div><div class="ttdeci">void func_800291F8(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:809</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a363aad406bef407760eec4724522a169"><div class="ttname"><a href="player__controller_8h.html#a363aad406bef407760eec4724522a169">func_80037A4C</a></div><div class="ttdeci">void func_80037A4C(Player *, Vec3f, Vec3f)</div><div class="ttdef"><b>Definition</b> player_controller.c:4564</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a3be4b8ed0ecc8cc6ab40651f133dd11a"><div class="ttname"><a href="player__controller_8h.html#a3be4b8ed0ecc8cc6ab40651f133dd11a">gKartAIforMarioAndLuigi</a></div><div class="ttdeci">s16 gKartAIforMarioAndLuigi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:63</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a3cb27495c9d88b1cdc6b7554e074228d"><div class="ttname"><a href="player__controller_8h.html#a3cb27495c9d88b1cdc6b7554e074228d">gListKartAIforWario</a></div><div class="ttdeci">s16 * gListKartAIforWario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:312</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a3fcbbf03cd0f9129ab015fb6628b0252"><div class="ttname"><a href="player__controller_8h.html#a3fcbbf03cd0f9129ab015fb6628b0252">decelerate_ai_player</a></div><div class="ttdeci">void decelerate_ai_player(Player *, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3405</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a40a965e4e54607fecf6e0be249b9dbe5"><div class="ttname"><a href="player__controller_8h.html#a40a965e4e54607fecf6e0be249b9dbe5">gKartAIforWarioAndMario</a></div><div class="ttdeci">s16 gKartAIforWarioAndMario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:203</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a41c133519f9c185a90af33d05c9f7baa"><div class="ttname"><a href="player__controller_8h.html#a41c133519f9c185a90af33d05c9f7baa">func_80037BB4</a></div><div class="ttdeci">void func_80037BB4(Player *player, Vec3f)</div><div class="ttdef"><b>Definition</b> player_controller.c:4591</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a429791f1b9210f994069343175c3a536"><div class="ttname"><a href="player__controller_8h.html#a429791f1b9210f994069343175c3a536">gKartAIforLuigiAndToad</a></div><div class="ttdeci">s16 gKartAIforLuigiAndToad[]</div><div class="ttdef"><b>Definition</b> player_controller.c:99</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a42cfac53fe49a85421eceeb7aef1880b"><div class="ttname"><a href="player__controller_8h.html#a42cfac53fe49a85421eceeb7aef1880b">gKartAIforDkAndWario</a></div><div class="ttdeci">s16 gKartAIforDkAndWario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:191</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a433d475d98408bd0012a3e1494394390"><div class="ttname"><a href="player__controller_8h.html#a433d475d98408bd0012a3e1494394390">gKartAIforYoshiAndLuigi</a></div><div class="ttdeci">s16 gKartAIforYoshiAndLuigi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:123</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a4379cf9352fe960f8cf917cf4856f4ed"><div class="ttname"><a href="player__controller_8h.html#a4379cf9352fe960f8cf917cf4856f4ed">func_8002C954</a></div><div class="ttdeci">void func_8002C954(Player *, s8, Vec3f)</div><div class="ttdef"><b>Definition</b> player_controller.c:2008</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a461c053d5329fd72a7db0532b50162ef"><div class="ttname"><a href="player__controller_8h.html#a461c053d5329fd72a7db0532b50162ef">func_80036DB4</a></div><div class="ttdeci">void func_80036DB4(Player *, Vec3f, Vec3f)</div><div class="ttdef"><b>Definition</b> player_controller.c:4374</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a4ec6e3103490b71f226a771dbbeac481"><div class="ttname"><a href="player__controller_8h.html#a4ec6e3103490b71f226a771dbbeac481">gKartAIforDkAndToad</a></div><div class="ttdeci">s16 gKartAIforDkAndToad[]</div><div class="ttdef"><b>Definition</b> player_controller.c:183</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a4f7e8cbddc50a8ca275134bdcd141594"><div class="ttname"><a href="player__controller_8h.html#a4f7e8cbddc50a8ca275134bdcd141594">func_80030150</a></div><div class="ttdeci">f32 func_80030150(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:3023</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a543de63e652d4fc8acbba1f3d3b88632"><div class="ttname"><a href="player__controller_8h.html#a543de63e652d4fc8acbba1f3d3b88632">func_8002B9CC</a></div><div class="ttdeci">void func_8002B9CC(Player *, s8, s32)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a5661369dd05d5a6b25f4b7acaad30c27"><div class="ttname"><a href="player__controller_8h.html#a5661369dd05d5a6b25f4b7acaad30c27">func_8002934C</a></div><div class="ttdeci">void func_8002934C(Player *, Camera *, s8, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:843</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a568f4515eb2740f3c610cc9d0c7b4d39"><div class="ttname"><a href="player__controller_8h.html#a568f4515eb2740f3c610cc9d0c7b4d39">control_kart_ai_movement</a></div><div class="ttdeci">void control_kart_ai_movement(Player *, Camera *, s8, s8)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a56b6cc32d3ba7e190ae4e338292b56f3"><div class="ttname"><a href="player__controller_8h.html#a56b6cc32d3ba7e190ae4e338292b56f3">func_80028864</a></div><div class="ttdeci">void func_80028864(Player *, Camera *, s8, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:621</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a5788446f9daf44d3ce6088afa3bcb631"><div class="ttname"><a href="player__controller_8h.html#a5788446f9daf44d3ce6088afa3bcb631">gKartAIforToadAndBowser</a></div><div class="ttdeci">s16 gKartAIforToadAndBowser[]</div><div class="ttdef"><b>Definition</b> player_controller.c:171</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a57d836b6a21fcc25c9f703d5e1b15946"><div class="ttname"><a href="player__controller_8h.html#a57d836b6a21fcc25c9f703d5e1b15946">func_8002B5C0</a></div><div class="ttdeci">void func_8002B5C0(Player *, s8, s8)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a5881a0bac7fb97bc4c751d7996836c7f"><div class="ttname"><a href="player__controller_8h.html#a5881a0bac7fb97bc4c751d7996836c7f">func_8002A79C</a></div><div class="ttdeci">void func_8002A79C(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:1239</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a5be64fa020a15492a4dab050c1ef5600"><div class="ttname"><a href="player__controller_8h.html#a5be64fa020a15492a4dab050c1ef5600">func_8002FE84</a></div><div class="ttdeci">void func_8002FE84(Player *, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:2977</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a5e4ac3ec0641e83c5dde7dc13440d5aa"><div class="ttname"><a href="player__controller_8h.html#a5e4ac3ec0641e83c5dde7dc13440d5aa">func_80037614</a></div><div class="ttdeci">void func_80037614(Player *, Vec3f, Vec3f)</div><div class="ttdef"><b>Definition</b> player_controller.c:4483</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a5e4c4b57c67b87a6ecb81641648caae3"><div class="ttname"><a href="player__controller_8h.html#a5e4c4b57c67b87a6ecb81641648caae3">gKartAIforDkAndBowser</a></div><div class="ttdeci">s16 gKartAIforDkAndBowser[]</div><div class="ttdef"><b>Definition</b> player_controller.c:199</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a5f2d6dace2643074ccdb59a3839268bc"><div class="ttname"><a href="player__controller_8h.html#a5f2d6dace2643074ccdb59a3839268bc">func_8002C4F8</a></div><div class="ttdeci">void func_8002C4F8(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:1913</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a60b22a77aa4cf0b2be0942a3e115a1eb"><div class="ttname"><a href="player__controller_8h.html#a60b22a77aa4cf0b2be0942a3e115a1eb">func_80028F70</a></div><div class="ttdeci">void func_80028F70(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:765</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a6303bb149bad9c8d22c0919a9bc3dc26"><div class="ttname"><a href="player__controller_8h.html#a6303bb149bad9c8d22c0919a9bc3dc26">func_80029150</a></div><div class="ttdeci">void func_80029150(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:789</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a6554199fba01b034cfd6c897aa5cd414"><div class="ttname"><a href="player__controller_8h.html#a6554199fba01b034cfd6c897aa5cd414">func_800291E8</a></div><div class="ttdeci">void func_800291E8(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:801</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a66b931548eef87374443677c03b8c573"><div class="ttname"><a href="player__controller_8h.html#a66b931548eef87374443677c03b8c573">gKartAIforBowser</a></div><div class="ttdeci">s16 gKartAIforBowser[]</div><div class="ttdef"><b>Definition</b> player_controller.c:54</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a69a63f4f1e39ffa25b0ec710b8debd87"><div class="ttname"><a href="player__controller_8h.html#a69a63f4f1e39ffa25b0ec710b8debd87">func_80033850</a></div><div class="ttdeci">void func_80033850(Player *, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3797</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a6a7f1b646018ef65579ee2f911d44e79"><div class="ttname"><a href="player__controller_8h.html#a6a7f1b646018ef65579ee2f911d44e79">gListKartAIforMario</a></div><div class="ttdeci">s16 * gListKartAIforMario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:287</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a6c6044df53c0c0cc8aa154b2db4c0971"><div class="ttname"><a href="player__controller_8h.html#a6c6044df53c0c0cc8aa154b2db4c0971">func_80032700</a></div><div class="ttdeci">void func_80032700(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:3621</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a6e06c131db7b06fca90eb9cb3c1a5493"><div class="ttname"><a href="player__controller_8h.html#a6e06c131db7b06fca90eb9cb3c1a5493">func_8002FCA8</a></div><div class="ttdeci">void func_8002FCA8(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:2933</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a729025ef10fb22262376957835f3ba1d"><div class="ttname"><a href="player__controller_8h.html#a729025ef10fb22262376957835f3ba1d">gKartAIforYoshiAndToad</a></div><div class="ttdeci">s16 gKartAIforYoshiAndToad[]</div><div class="ttdef"><b>Definition</b> player_controller.c:127</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a732e894c226e2ba9968c5bc9a13c1301"><div class="ttname"><a href="player__controller_8h.html#a732e894c226e2ba9968c5bc9a13c1301">func_80037CFC</a></div><div class="ttdeci">void func_80037CFC(Player *, struct Controller *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:4630</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a750ffc48121e9b752e07a5f6db5e03ff"><div class="ttname"><a href="player__controller_8h.html#a750ffc48121e9b752e07a5f6db5e03ff">func_80032D94</a></div><div class="ttdeci">void func_80032D94(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:3696</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a7545bec2068a9c97111208bec56e93e5"><div class="ttname"><a href="player__controller_8h.html#a7545bec2068a9c97111208bec56e93e5">gKartAIforWario</a></div><div class="ttdeci">s16 gKartAIforWario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:46</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a75c5f9eaeac78fc77811c9831f9a1a7e"><div class="ttname"><a href="player__controller_8h.html#a75c5f9eaeac78fc77811c9831f9a1a7e">func_8002AB70</a></div><div class="ttdeci">void func_8002AB70(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:1356</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a765df5512fbd1abc7e0e3870d3517b9f"><div class="ttname"><a href="player__controller_8h.html#a765df5512fbd1abc7e0e3870d3517b9f">gKartAIforDk</a></div><div class="ttdeci">s16 gKartAIforDk[]</div><div class="ttdef"><b>Definition</b> player_controller.c:42</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a778b629ce10f29f5d3df6d45eb030867"><div class="ttname"><a href="player__controller_8h.html#a778b629ce10f29f5d3df6d45eb030867">gListKartAIforYoshi</a></div><div class="ttdeci">s16 * gListKartAIforYoshi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:297</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a7c264688f320e3a725ea354e350aec30"><div class="ttname"><a href="player__controller_8h.html#a7c264688f320e3a725ea354e350aec30">func_8002E594</a></div><div class="ttdeci">void func_8002E594(Player *, Camera *, s8, s8)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a7e18f3fb55acba5466f4273f8ac76236"><div class="ttname"><a href="player__controller_8h.html#a7e18f3fb55acba5466f4273f8ac76236">gKartAIforPeachAndYoshi</a></div><div class="ttdeci">s16 gKartAIforPeachAndYoshi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:239</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a7eb18244ad7939752361c9c19d2e03b4"><div class="ttname"><a href="player__controller_8h.html#a7eb18244ad7939752361c9c19d2e03b4">gListKartAIforBowser</a></div><div class="ttdeci">s16 * gListKartAIforBowser[]</div><div class="ttdef"><b>Definition</b> player_controller.c:322</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a84ecbf5253c558893ce2f6b3fe344119"><div class="ttname"><a href="player__controller_8h.html#a84ecbf5253c558893ce2f6b3fe344119">func_8002C17C</a></div><div class="ttdeci">void func_8002C17C(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:1856</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a85662ab742c0228a7b98a2bad849ab33"><div class="ttname"><a href="player__controller_8h.html#a85662ab742c0228a7b98a2bad849ab33">gKartAIforLuigiAndPeach</a></div><div class="ttdeci">s16 gKartAIforLuigiAndPeach[]</div><div class="ttdef"><b>Definition</b> player_controller.c:111</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a87c5070316ac5f849b2480922f76b2df"><div class="ttname"><a href="player__controller_8h.html#a87c5070316ac5f849b2480922f76b2df">gKartAIforBowserAndDk</a></div><div class="ttdeci">s16 gKartAIforBowserAndDk[]</div><div class="ttdef"><b>Definition</b> player_controller.c:271</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a8985110d1f21fefd493d9457db941bc0"><div class="ttname"><a href="player__controller_8h.html#a8985110d1f21fefd493d9457db941bc0">func_80027EDC</a></div><div class="ttdeci">void func_80027EDC(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:385</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a898e761559f067b9e3f862b7fcb84fa7"><div class="ttname"><a href="player__controller_8h.html#a898e761559f067b9e3f862b7fcb84fa7">gKartAIforTwoPlayer</a></div><div class="ttdeci">s16 ** gKartAIforTwoPlayer[]</div><div class="ttdef"><b>Definition</b> player_controller.c:327</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a8a8cd0b093ccf2c11c119cb0f687bf93"><div class="ttname"><a href="player__controller_8h.html#a8a8cd0b093ccf2c11c119cb0f687bf93">gKartAIforDkAndYoshi</a></div><div class="ttdeci">s16 gKartAIforDkAndYoshi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:187</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a8b811fe98a584051a6fe16e84151aeb1"><div class="ttname"><a href="player__controller_8h.html#a8b811fe98a584051a6fe16e84151aeb1">gKartAIforYoshiAndBowser</a></div><div class="ttdeci">s16 gKartAIforYoshiAndBowser[]</div><div class="ttdef"><b>Definition</b> player_controller.c:143</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a8e98cbfdf84ad6deaf09f8e7cee39958"><div class="ttname"><a href="player__controller_8h.html#a8e98cbfdf84ad6deaf09f8e7cee39958">func_8002AE30</a></div><div class="ttdeci">void func_8002AE30(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:1413</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a8f23c9648fb24323eacde208b29b3ad6"><div class="ttname"><a href="player__controller_8h.html#a8f23c9648fb24323eacde208b29b3ad6">func_800382DC</a></div><div class="ttdeci">void func_800382DC(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:4763</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a8f5540c54a029cd048421852b955e715"><div class="ttname"><a href="player__controller_8h.html#a8f5540c54a029cd048421852b955e715">func_8003680C</a></div><div class="ttdeci">void func_8003680C(Player *, s16)</div><div class="ttdef"><b>Definition</b> player_controller.c:4253</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a93e93f9ff67166db5288ce35f4f3bd5e"><div class="ttname"><a href="player__controller_8h.html#a93e93f9ff67166db5288ce35f4f3bd5e">gKartAIforBowserAndYoshi</a></div><div class="ttdeci">s16 gKartAIforBowserAndYoshi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:267</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a96dd8ea5e78695d817a2ec32e45e1c74"><div class="ttname"><a href="player__controller_8h.html#a96dd8ea5e78695d817a2ec32e45e1c74">func_8003777C</a></div><div class="ttdeci">void func_8003777C(Player *, Vec3f, Vec3f)</div><div class="ttdef"><b>Definition</b> player_controller.c:4510</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a9b641d78d85da29369ba33767d909be9"><div class="ttname"><a href="player__controller_8h.html#a9b641d78d85da29369ba33767d909be9">func_80033A40</a></div><div class="ttdeci">void func_80033A40(Player *, s32 *, s32 *, s32, s32, s32, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3861</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a9c055ca3612e7c9b83bf77149f6b3fb7"><div class="ttname"><a href="player__controller_8h.html#a9c055ca3612e7c9b83bf77149f6b3fb7">func_8002AAC0</a></div><div class="ttdeci">void func_8002AAC0(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:1334</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a9c34653b2d0d6553978358b8b1188788"><div class="ttname"><a href="player__controller_8h.html#a9c34653b2d0d6553978358b8b1188788">func_8002D028</a></div><div class="ttdeci">void func_8002D028(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:2147</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a9c6e1aa9f6079ddaee0b22f557c448d4"><div class="ttname"><a href="player__controller_8h.html#a9c6e1aa9f6079ddaee0b22f557c448d4">gKartAIforMarioAndYoshi</a></div><div class="ttdeci">s16 gKartAIforMarioAndYoshi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:67</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a9e2794ffbdda377bb89082c43e1c93c8"><div class="ttname"><a href="player__controller_8h.html#a9e2794ffbdda377bb89082c43e1c93c8">gKartAIforLuigiAndBowser</a></div><div class="ttdeci">s16 gKartAIforLuigiAndBowser[]</div><div class="ttdef"><b>Definition</b> player_controller.c:115</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a9ee50a5694766397c98aa17f4278ed96"><div class="ttname"><a href="player__controller_8h.html#a9ee50a5694766397c98aa17f4278ed96">func_800339C4</a></div><div class="ttdeci">void func_800339C4(Player *, s32 *, s32, s32, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3844</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a9f59a3c7099d0e0a0828ac0a3bf773ce"><div class="ttname"><a href="player__controller_8h.html#a9f59a3c7099d0e0a0828ac0a3bf773ce">gKartAIforPeachAndDk</a></div><div class="ttdeci">s16 gKartAIforPeachAndDk[]</div><div class="ttdef"><b>Definition</b> player_controller.c:243</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_a9f92d6bdc3e11b8a805496c4ab1465ae"><div class="ttname"><a href="player__controller_8h.html#a9f92d6bdc3e11b8a805496c4ab1465ae">func_80038BE4</a></div><div class="ttdeci">void func_80038BE4(Player *, s16)</div><div class="ttdef"><b>Definition</b> player_controller.c:4929</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aa62e3bb71c2d01a3ab74fea94d8d633f"><div class="ttname"><a href="player__controller_8h.html#aa62e3bb71c2d01a3ab74fea94d8d633f">func_8002D268</a></div><div class="ttdeci">void func_8002D268(Player *, Camera *, s8, s8)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aa63c055f2bb807db652d37d7b8226d50"><div class="ttname"><a href="player__controller_8h.html#aa63c055f2bb807db652d37d7b8226d50">gKartAIforYoshi</a></div><div class="ttdeci">s16 gKartAIforYoshi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:34</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aa71eedc18b7cbe44dd6e816b36f3e7f3"><div class="ttname"><a href="player__controller_8h.html#aa71eedc18b7cbe44dd6e816b36f3e7f3">gKartAIforWarioAndBowser</a></div><div class="ttdeci">s16 gKartAIforWarioAndBowser[]</div><div class="ttdef"><b>Definition</b> player_controller.c:227</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aab2484361cd5b71b2eebf6375ed3095f"><div class="ttname"><a href="player__controller_8h.html#aab2484361cd5b71b2eebf6375ed3095f">gKartAIforYoshiAndDk</a></div><div class="ttdeci">s16 gKartAIforYoshiAndDk[]</div><div class="ttdef"><b>Definition</b> player_controller.c:131</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aac5f79d9110ad587623358c95740f501"><div class="ttname"><a href="player__controller_8h.html#aac5f79d9110ad587623358c95740f501">kart_hop</a></div><div class="ttdeci">void kart_hop(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:1307</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab0239aaf18eef2365d0214a1cbdc1b53"><div class="ttname"><a href="player__controller_8h.html#ab0239aaf18eef2365d0214a1cbdc1b53">gKartAIforWarioAndYoshi</a></div><div class="ttdeci">s16 gKartAIforWarioAndYoshi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:211</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab1ce6e814f17fdc40f556fa9b0844b14"><div class="ttname"><a href="player__controller_8h.html#ab1ce6e814f17fdc40f556fa9b0844b14">func_800378E8</a></div><div class="ttdeci">void func_800378E8(Player *, Vec3f, Vec3f)</div><div class="ttdef"><b>Definition</b> player_controller.c:4537</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab1e501e0063f0cdcf5197b446557dc77"><div class="ttname"><a href="player__controller_8h.html#ab1e501e0063f0cdcf5197b446557dc77">gKartAIforToadAndWario</a></div><div class="ttdeci">s16 gKartAIforToadAndWario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:163</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab26026d7caabb1a7a6cb4b08962f2a89"><div class="ttname"><a href="player__controller_8h.html#ab26026d7caabb1a7a6cb4b08962f2a89">gKartAIforWarioAndDk</a></div><div class="ttdeci">s16 gKartAIforWarioAndDk[]</div><div class="ttdef"><b>Definition</b> player_controller.c:215</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab4839dc583be28b9f5b1772d6f47a83d"><div class="ttname"><a href="player__controller_8h.html#ab4839dc583be28b9f5b1772d6f47a83d">func_80028C44</a></div><div class="ttdeci">void func_80028C44(Player *, Camera *, s8, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:683</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab4bb07d840a1c124938d2582c2e6b97e"><div class="ttname"><a href="player__controller_8h.html#ab4bb07d840a1c124938d2582c2e6b97e">func_800291F0</a></div><div class="ttdeci">void func_800291F0(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:805</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab4ce4ee8df934bc927cb8f4c20a4e3bd"><div class="ttname"><a href="player__controller_8h.html#ab4ce4ee8df934bc927cb8f4c20a4e3bd">gKartAIforToadAndMario</a></div><div class="ttdeci">s16 gKartAIforToadAndMario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:147</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab7596a5c0841034b4bbe2817ef940e99"><div class="ttname"><a href="player__controller_8h.html#ab7596a5c0841034b4bbe2817ef940e99">gKartAIforLuigi</a></div><div class="ttdeci">s16 gKartAIforLuigi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:30</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab8e612864d21c7bfde299cb59062e75e"><div class="ttname"><a href="player__controller_8h.html#ab8e612864d21c7bfde299cb59062e75e">func_8002BD58</a></div><div class="ttdeci">void func_8002BD58(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:1764</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ab92051c0add75318fad3464d85c51c8d"><div class="ttname"><a href="player__controller_8h.html#ab92051c0add75318fad3464d85c51c8d">player_speed</a></div><div class="ttdeci">void player_speed(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:3322</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aba1761296d89add23298761b153dd4c0"><div class="ttname"><a href="player__controller_8h.html#aba1761296d89add23298761b153dd4c0">gKartAIforToadAndYoshi</a></div><div class="ttdeci">s16 gKartAIforToadAndYoshi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:155</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aba4b955052db1057c920017ba35051ff"><div class="ttname"><a href="player__controller_8h.html#aba4b955052db1057c920017ba35051ff">func_80028D3C</a></div><div class="ttdeci">void func_80028D3C(Player *, Camera *, s8, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:705</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_abb4931a57cf3cfb17f44b82d31545f72"><div class="ttname"><a href="player__controller_8h.html#abb4931a57cf3cfb17f44b82d31545f72">func_800323E4</a></div><div class="ttdeci">void func_800323E4(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:3551</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_abb6cc3e965f9a88b7b621be0a53e1517"><div class="ttname"><a href="player__controller_8h.html#abb6cc3e965f9a88b7b621be0a53e1517">detect_triple_b_combo_b_pressed</a></div><div class="ttdeci">void detect_triple_b_combo_b_pressed(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:3490</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_abca162a626168d4ece4d1e281872e84d"><div class="ttname"><a href="player__controller_8h.html#abca162a626168d4ece4d1e281872e84d">func_80028F5C</a></div><div class="ttdeci">void func_80028F5C(s32, s32, s32, s32)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_abcaae040839f9345f92094416da71259"><div class="ttname"><a href="player__controller_8h.html#abcaae040839f9345f92094416da71259">gKartAIforBowserAndWario</a></div><div class="ttdeci">s16 gKartAIforBowserAndWario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:275</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_abe57847739dd3088fe757855ca2dbe70"><div class="ttname"><a href="player__controller_8h.html#abe57847739dd3088fe757855ca2dbe70">gKartAIforDkAndLuigi</a></div><div class="ttdeci">s16 gKartAIforDkAndLuigi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:179</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ac00fd3b9fa1ba313ba9a768b9f292a82"><div class="ttname"><a href="player__controller_8h.html#ac00fd3b9fa1ba313ba9a768b9f292a82">gKartAIforWarioAndPeach</a></div><div class="ttdeci">s16 gKartAIforWarioAndPeach[]</div><div class="ttdef"><b>Definition</b> player_controller.c:223</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ac1d70bc71d0e92c290b5d47c9b9ba84a"><div class="ttname"><a href="player__controller_8h.html#ac1d70bc71d0e92c290b5d47c9b9ba84a">func_80036C5C</a></div><div class="ttdeci">void func_80036C5C(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:4347</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ac4be022886df4b39bf8cc7a2a1685eb2"><div class="ttname"><a href="player__controller_8h.html#ac4be022886df4b39bf8cc7a2a1685eb2">get_player_index_for_player</a></div><div class="ttdeci">s32 get_player_index_for_player(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:333</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ac4f4e4f7af7b72abb6f29c85d39d4b75"><div class="ttname"><a href="player__controller_8h.html#ac4f4e4f7af7b72abb6f29c85d39d4b75">func_8002A5F4</a></div><div class="ttdeci">void func_8002A5F4(Vec3f, f32, Vec3f, f32, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:1196</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ac5f0a4a7a1a022ff7fdac55f3a84c714"><div class="ttname"><a href="player__controller_8h.html#ac5f0a4a7a1a022ff7fdac55f3a84c714">gKartAIforToadAndLuigi</a></div><div class="ttdeci">s16 gKartAIforToadAndLuigi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:151</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ac5ffccff3774e5024709a120e71211cf"><div class="ttname"><a href="player__controller_8h.html#ac5ffccff3774e5024709a120e71211cf">gKartAIforWarioAndToad</a></div><div class="ttdeci">s16 gKartAIforWarioAndToad[]</div><div class="ttdef"><b>Definition</b> player_controller.c:219</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ac7bf3fa7a7efacb6f6bad44477c2c7ed"><div class="ttname"><a href="player__controller_8h.html#ac7bf3fa7a7efacb6f6bad44477c2c7ed">func_80029060</a></div><div class="ttdeci">void func_80029060(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:777</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ac9b2ed9bd710ff325ee8050282e10c3e"><div class="ttname"><a href="player__controller_8h.html#ac9b2ed9bd710ff325ee8050282e10c3e">gKartAIforPeachAndLuigi</a></div><div class="ttdeci">s16 gKartAIforPeachAndLuigi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:235</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_acac2474a4055508d4111bed752ba41ae"><div class="ttname"><a href="player__controller_8h.html#acac2474a4055508d4111bed752ba41ae">gKartAIforToadAndDk</a></div><div class="ttdeci">s16 gKartAIforToadAndDk[]</div><div class="ttdef"><b>Definition</b> player_controller.c:159</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ad030e09c88b7c8494fb330effd518e33"><div class="ttname"><a href="player__controller_8h.html#ad030e09c88b7c8494fb330effd518e33">func_8002AE28</a></div><div class="ttdeci">void func_8002AE28(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:1409</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ad0360ca8b1a94658f00f728130df375c"><div class="ttname"><a href="player__controller_8h.html#ad0360ca8b1a94658f00f728130df375c">func_8002B218</a></div><div class="ttdeci">void func_8002B218(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:1495</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ad0554f24f9121fd8ae11763b56c9104c"><div class="ttname"><a href="player__controller_8h.html#ad0554f24f9121fd8ae11763b56c9104c">gKartAIforLuigiAndYoshi</a></div><div class="ttdeci">s16 gKartAIforLuigiAndYoshi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:95</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ad234b8d8c980567a291bf3bdf56a2f94"><div class="ttname"><a href="player__controller_8h.html#ad234b8d8c980567a291bf3bdf56a2f94">gKartAIforMarioAndToad</a></div><div class="ttdeci">s16 gKartAIforMarioAndToad[]</div><div class="ttdef"><b>Definition</b> player_controller.c:71</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ad5114cec8610efe34c3ce576614fe1bb"><div class="ttname"><a href="player__controller_8h.html#ad5114cec8610efe34c3ce576614fe1bb">gKartAIforMario</a></div><div class="ttdeci">s16 gKartAIforMario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:26</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ad9104aabf13fee9d360d6ffe08e751e9"><div class="ttname"><a href="player__controller_8h.html#ad9104aabf13fee9d360d6ffe08e751e9">func_8002AE20</a></div><div class="ttdeci">void func_8002AE20(void)</div><div class="ttdef"><b>Definition</b> player_controller.c:1405</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ad9e0416f59a7e01578152ab4c263bdf4"><div class="ttname"><a href="player__controller_8h.html#ad9e0416f59a7e01578152ab4c263bdf4">gKartAIforDkAndMario</a></div><div class="ttdeci">s16 gKartAIforDkAndMario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:175</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_adf7c1245ac79c4210f4a26577494d589"><div class="ttname"><a href="player__controller_8h.html#adf7c1245ac79c4210f4a26577494d589">gKartAIforLuigiAndDk</a></div><div class="ttdeci">s16 gKartAIforLuigiAndDk[]</div><div class="ttdef"><b>Definition</b> player_controller.c:103</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_adfcd0917d259eb832fe7d8f2bccfd313"><div class="ttname"><a href="player__controller_8h.html#adfcd0917d259eb832fe7d8f2bccfd313">gKartAIforPeachAndMario</a></div><div class="ttdeci">s16 gKartAIforPeachAndMario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:231</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ae3c0e1206b50a3d9492e80c1459470f7"><div class="ttname"><a href="player__controller_8h.html#ae3c0e1206b50a3d9492e80c1459470f7">func_80038534</a></div><div class="ttdeci">s16 func_80038534(struct Controller *)</div><div class="ttdef"><b>Definition</b> player_controller.c:4822</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ae40533487f4d194817ecd099cd46142f"><div class="ttname"><a href="player__controller_8h.html#ae40533487f4d194817ecd099cd46142f">gListKartAIforLuigi</a></div><div class="ttdeci">s16 * gListKartAIforLuigi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:292</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ae4e4c2aa68964d2c44d5ad1927b472de"><div class="ttname"><a href="player__controller_8h.html#ae4e4c2aa68964d2c44d5ad1927b472de">func_8002B8A4</a></div><div class="ttdeci">void func_8002B8A4(Player *, Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:1638</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ae51c96b72c43d0527ae415c0cf5e2f5a"><div class="ttname"><a href="player__controller_8h.html#ae51c96b72c43d0527ae415c0cf5e2f5a">gKartAIforMarioAndBowser</a></div><div class="ttdeci">s16 gKartAIforMarioAndBowser[]</div><div class="ttdef"><b>Definition</b> player_controller.c:87</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ae5ae30fb42b0b08df1bd2cfebc615de2"><div class="ttname"><a href="player__controller_8h.html#ae5ae30fb42b0b08df1bd2cfebc615de2">gKartAIforDkAndPeach</a></div><div class="ttdeci">s16 gKartAIforDkAndPeach[]</div><div class="ttdef"><b>Definition</b> player_controller.c:195</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ae6c27ba66317c9bcb07685d250493523"><div class="ttname"><a href="player__controller_8h.html#ae6c27ba66317c9bcb07685d250493523">gKartAIforPeachAndToad</a></div><div class="ttdeci">s16 gKartAIforPeachAndToad[]</div><div class="ttdef"><b>Definition</b> player_controller.c:251</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ae7a43c8cb4215e32072c082810e17283"><div class="ttname"><a href="player__controller_8h.html#ae7a43c8cb4215e32072c082810e17283">gListKartAIforDk</a></div><div class="ttdeci">s16 * gListKartAIforDk[]</div><div class="ttdef"><b>Definition</b> player_controller.c:307</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_ae7df3b60b978697813e6b88386423ad2"><div class="ttname"><a href="player__controller_8h.html#ae7df3b60b978697813e6b88386423ad2">D_801656F0</a></div><div class="ttdeci">s16 D_801656F0</div><div class="ttdef"><b>Definition</b> code_80057C60.c:89</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aecaa260fb6df4ff4a64a5bf6cb9b57f7"><div class="ttname"><a href="player__controller_8h.html#aecaa260fb6df4ff4a64a5bf6cb9b57f7">gKartAIforYoshiAndWario</a></div><div class="ttdeci">s16 gKartAIforYoshiAndWario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:135</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aeffdbb54b2a18ca66d5fe8f44b942ff3"><div class="ttname"><a href="player__controller_8h.html#aeffdbb54b2a18ca66d5fe8f44b942ff3">func_80029B4C</a></div><div class="ttdeci">void func_80029B4C(Player *, f32, f32, f32)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_af24bcc52b4870aea8fcfb8dd60cf3a7c"><div class="ttname"><a href="player__controller_8h.html#af24bcc52b4870aea8fcfb8dd60cf3a7c">gKartAIforYoshiAndMario</a></div><div class="ttdeci">s16 gKartAIforYoshiAndMario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:119</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_af29a6502ef921511f0a4de4af49ff474"><div class="ttname"><a href="player__controller_8h.html#af29a6502ef921511f0a4de4af49ff474">func_80038C6C</a></div><div class="ttdeci">void func_80038C6C(Player *, Camera *, s8, s8)</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_af320405612ade0d0a926ffdaa75ad30f"><div class="ttname"><a href="player__controller_8h.html#af320405612ade0d0a926ffdaa75ad30f">func_80033940</a></div><div class="ttdeci">void func_80033940(Player *, s32 *, s32, s32, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3825</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_af47039f0aa29e6f9997dd282067ece99"><div class="ttname"><a href="player__controller_8h.html#af47039f0aa29e6f9997dd282067ece99">gKartAIforPlayer</a></div><div class="ttdeci">s16 * gKartAIforPlayer[]</div><div class="ttdef"><b>Definition</b> player_controller.c:58</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_af5dc4dd5659077f77d7145f6a748a6f9"><div class="ttname"><a href="player__controller_8h.html#af5dc4dd5659077f77d7145f6a748a6f9">gKartAIforBowserAndLuigi</a></div><div class="ttdeci">s16 gKartAIforBowserAndLuigi[]</div><div class="ttdef"><b>Definition</b> player_controller.c:263</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_af64e63cd711d06fb9458c360d182d10a"><div class="ttname"><a href="player__controller_8h.html#af64e63cd711d06fb9458c360d182d10a">func_8002A8A4</a></div><div class="ttdeci">void func_8002A8A4(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:1263</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_af917f12b29f31fbc3e06e36390b08cae"><div class="ttname"><a href="player__controller_8h.html#af917f12b29f31fbc3e06e36390b08cae">func_8002C7E4</a></div><div class="ttdeci">void func_8002C7E4(Player *, s8, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:1969</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_af9f721cc38ce7d92a55d15676a961b5e"><div class="ttname"><a href="player__controller_8h.html#af9f721cc38ce7d92a55d15676a961b5e">func_80030A34</a></div><div class="ttdeci">void func_80030A34(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:3153</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_afb326c3d4751afa7905a50ee9a25cd40"><div class="ttname"><a href="player__controller_8h.html#afb326c3d4751afa7905a50ee9a25cd40">gKartAIforPeachAndWario</a></div><div class="ttdeci">s16 gKartAIforPeachAndWario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:247</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_afba60dcf0f403df3b6ff857b5ff3f5ab"><div class="ttname"><a href="player__controller_8h.html#afba60dcf0f403df3b6ff857b5ff3f5ab">func_80032CB0</a></div><div class="ttdeci">void func_80032CB0(Player *, f32)</div><div class="ttdef"><b>Definition</b> player_controller.c:3677</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_afcf8df11457170e6f7727531319034b9"><div class="ttname"><a href="player__controller_8h.html#afcf8df11457170e6f7727531319034b9">func_80027DA8</a></div><div class="ttdeci">void func_80027DA8(Player *, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:363</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_afd26a2c8fac8023bf5f2ce556981e00c"><div class="ttname"><a href="player__controller_8h.html#afd26a2c8fac8023bf5f2ce556981e00c">func_800388B0</a></div><div class="ttdeci">s16 func_800388B0(struct Controller *)</div><div class="ttdef"><b>Definition</b> player_controller.c:4875</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_afeb30cf4ccf86c599a276e0b144b8809"><div class="ttname"><a href="player__controller_8h.html#afeb30cf4ccf86c599a276e0b144b8809">gKartAIforBowserAndMario</a></div><div class="ttdeci">s16 gKartAIforBowserAndMario[]</div><div class="ttdef"><b>Definition</b> player_controller.c:259</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_afebbb7af03ce4c3559c2ecb05d018912"><div class="ttname"><a href="player__controller_8h.html#afebbb7af03ce4c3559c2ecb05d018912">func_80028E70</a></div><div class="ttdeci">void func_80028E70(Player *, Camera *, s8, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:732</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_afeea6d6b66bee711c6f9f9e77e7fa0b8"><div class="ttname"><a href="player__controller_8h.html#afeea6d6b66bee711c6f9f9e77e7fa0b8">detect_triple_b_combo_b_released</a></div><div class="ttdeci">void detect_triple_b_combo_b_released(Player *)</div><div class="ttdef"><b>Definition</b> player_controller.c:3429</div></div>
|
|
<div class="ttc" id="aplayer__controller_8h_html_aff4f400b8c5b8cb136256ee52ccd6e78"><div class="ttname"><a href="player__controller_8h.html#aff4f400b8c5b8cb136256ee52ccd6e78">func_8002B830</a></div><div class="ttdeci">void func_8002B830(Player *, s8, s8)</div><div class="ttdef"><b>Definition</b> player_controller.c:1626</div></div>
|
|
<div class="ttc" id="astructCamera_html"><div class="ttname"><a href="structCamera.html">Camera</a></div><div class="ttdef"><b>Definition</b> camera.h:26</div></div>
|
|
<div class="ttc" id="astructController_html"><div class="ttname"><a href="structController.html">Controller</a></div><div class="ttdef"><b>Definition</b> common_structs.h:71</div></div>
|
|
<div class="ttc" id="astructPlayer_html"><div class="ttname"><a href="structPlayer.html">Player</a></div><div class="ttdef"><b>Definition</b> common_structs.h:255</div></div>
|
|
<div class="ttc" id="aultratypes_8h_html_a0ce6887c26c1c49ad3be5710dd42bfd6"><div class="ttname"><a href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a></div><div class="ttdeci">signed int s32</div><div class="ttdef"><b>Definition</b> ultratypes.h:15</div></div>
|
|
<div class="ttc" id="aultratypes_8h_html_a151f780fb455885061d3b77ec1c90c03"><div class="ttname"><a href="ultratypes_8h.html#a151f780fb455885061d3b77ec1c90c03">s8</a></div><div class="ttdeci">signed char s8</div><div class="ttdef"><b>Definition</b> ultratypes.h:11</div></div>
|
|
<div class="ttc" id="aultratypes_8h_html_a4cb19f4a3324cfe0938ddfbfabaa825b"><div class="ttname"><a href="ultratypes_8h.html#a4cb19f4a3324cfe0938ddfbfabaa825b">s16</a></div><div class="ttdeci">signed short int s16</div><div class="ttdef"><b>Definition</b> ultratypes.h:13</div></div>
|
|
<div class="ttc" id="aultratypes_8h_html_a5f6906312a689f27d70e9d086649d3fd"><div class="ttname"><a href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a></div><div class="ttdeci">float f32</div><div class="ttdef"><b>Definition</b> ultratypes.h:34</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="player__controller_8h.html">player_controller.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.11.0 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|