mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-04 17:29:55 -04:00
Deploying to gh-pages from @ HarbourMasters/SpaghettiKart@e2cf6ecbb4 🚀
This commit is contained in:
+1
-1
@@ -2632,7 +2632,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000028">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -2545,7 +2545,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000028">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -518,7 +518,7 @@ $(function(){initNavTree('Game_8h_source.html',''); initResizable(true); });
|
||||
<div class="ttc" id="astructCamera_html"><div class="ttname"><a href="structCamera.html">Camera</a></div><div class="ttdef"><b>Definition</b> camera.h:35</div></div>
|
||||
<div class="ttc" id="astructCollision_html"><div class="ttname"><a href="structCollision.html">Collision</a></div><div class="ttdef"><b>Definition</b> common_structs.h:147</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:264</div></div>
|
||||
<div class="ttc" id="astructProperties_html"><div class="ttname"><a href="structProperties.html">Properties</a></div><div class="ttdef"><b>Definition</b> Track.h:90</div></div>
|
||||
<div class="ttc" id="astructProperties_html"><div class="ttname"><a href="structProperties.html">Properties</a></div><div class="ttdef"><b>Definition</b> Track.h:93</div></div>
|
||||
<div class="ttc" id="astructScreenContext_html"><div class="ttname"><a href="structScreenContext.html">ScreenContext</a></div><div class="ttdef"><b>Definition</b> code_800029B0.h:14</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
+323
-319
@@ -190,309 +190,312 @@ $(function(){initNavTree('Track_8h_source.html',''); initResizable(true); });
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span></div>
|
||||
<div class="foldopen" id="foldopen00081" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="structTrackSections.html"> 81</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
||||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="structTrackSections.html#a4616695b955d9f9c5f654f2d8fb18430"> 82</a></span> uint64_t <a class="code hl_variable" href="structTrackSections.html#a4616695b955d9f9c5f654f2d8fb18430">crc</a>;</div>
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="structTrackSections.html#a5da9422111f0325e591566d162776c1d"> 83</a></span> u8 <a class="code hl_variable" href="structTrackSections.html#a5da9422111f0325e591566d162776c1d">surfaceType</a>; <span class="comment">// Determines what kind of surface the player drives on (ex. dirt, asphalt, etc.)</span></div>
|
||||
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3"> 84</a></span> u8 <a class="code hl_variable" href="structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3">sectionId</a>;</div>
|
||||
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="structTrackSections.html#a6219b6ddb7550ae609c95d393040bee5"> 85</a></span> u16 <a class="code hl_variable" href="structTrackSections.html#a6219b6ddb7550ae609c95d393040bee5">clip</a>; <span class="comment">// enum in CustomTrack.h</span></div>
|
||||
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="structTrackSections.html#a56bf37b419cfcea6ae9a23f780dc0036"> 86</a></span> u16 <a class="code hl_variable" href="structTrackSections.html#a56bf37b419cfcea6ae9a23f780dc0036">layer</a>; <span class="comment">// enum in CustomTrack.h</span></div>
|
||||
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="structTrackSections.html#a6c84330b0fdeedd8de40299c52ff4faf"> 87</a></span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structTrackSections.html#a6c84330b0fdeedd8de40299c52ff4faf">location</a>;</div>
|
||||
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span>} <a class="code hl_struct" href="structTrackSections.html">TrackSections</a>;</div>
|
||||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="structTrackSections.html#a4616695b955d9f9c5f654f2d8fb18430"> 83</a></span> uint64_t <a class="code hl_variable" href="structTrackSections.html#a4616695b955d9f9c5f654f2d8fb18430">crc</a>;</div>
|
||||
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="structTrackSections.html#a51b2e9bf9b66a5ce5795e47b31177990"> 84</a></span> <span class="keywordtype">void</span>* <a class="code hl_variable" href="structTrackSections.html#a51b2e9bf9b66a5ce5795e47b31177990">model</a>;</div>
|
||||
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> };</div>
|
||||
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="structTrackSections.html#a5da9422111f0325e591566d162776c1d"> 86</a></span> u8 <a class="code hl_variable" href="structTrackSections.html#a5da9422111f0325e591566d162776c1d">surfaceType</a>; <span class="comment">// Determines what kind of surface the player drives on (ex. dirt, asphalt, etc.)</span></div>
|
||||
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3"> 87</a></span> u8 <a class="code hl_variable" href="structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3">sectionId</a>;</div>
|
||||
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="structTrackSections.html#a6219b6ddb7550ae609c95d393040bee5"> 88</a></span> u16 <a class="code hl_variable" href="structTrackSections.html#a6219b6ddb7550ae609c95d393040bee5">clip</a>; <span class="comment">// enum in CustomTrack.h</span></div>
|
||||
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="structTrackSections.html#a56bf37b419cfcea6ae9a23f780dc0036"> 89</a></span> u16 <a class="code hl_variable" href="structTrackSections.html#a56bf37b419cfcea6ae9a23f780dc0036">layer</a>; <span class="comment">// enum in CustomTrack.h</span></div>
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="structTrackSections.html#a6c84330b0fdeedd8de40299c52ff4faf"> 90</a></span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structTrackSections.html#a6c84330b0fdeedd8de40299c52ff4faf">location</a>;</div>
|
||||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span>} <a class="code hl_struct" href="structTrackSections.html">TrackSections</a>;</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
|
||||
<div class="foldopen" id="foldopen00090" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="structProperties.html"> 90</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structProperties.html">Properties</a> {</div>
|
||||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a"> 91</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>[128];</div>
|
||||
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be"> 92</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>[128];</div>
|
||||
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028"> 93</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>[128];</div>
|
||||
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6"> 94</a></span> int32_t <a class="code hl_variable" href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6">LakituTowType</a>;</div>
|
||||
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="structProperties.html#aecbff1a07e347fac02490e5072977de1"> 95</a></span> <a class="code hl_struct" href="structMinimapProps.html">MinimapProps</a> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>;</div>
|
||||
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="structProperties.html#a7c6a3e0bc33fd62d0fc3880ecb0a16d0"> 96</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structProperties.html#a7c6a3e0bc33fd62d0fc3880ecb0a16d0">AIBehaviour</a>;</div>
|
||||
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660"> 97</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660">AIMaximumSeparation</a>;</div>
|
||||
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea"> 98</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea">AIMinimumSeparation</a>;</div>
|
||||
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="structProperties.html#ab4770f66f45517c45796bf048e326c83"> 99</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#ab4770f66f45517c45796bf048e326c83">NearPersp</a>;</div>
|
||||
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71"> 100</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71">FarPersp</a>;</div>
|
||||
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b"> 101</a></span> int16_t* <a class="code hl_variable" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">AIDistance</a>;</div>
|
||||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="structProperties.html#a5ff4a55296adc51c015520728605b82c"> 102</a></span> uint32_t <a class="code hl_variable" href="structProperties.html#a5ff4a55296adc51c015520728605b82c">AISteeringSensitivity</a>;</div>
|
||||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="structProperties.html#a9288c516957161c0c4d2c83d811f50fa"> 103</a></span> <a class="code hl_struct" href="structTrackPathSizes.html">TrackPathSizes</a> <a class="code hl_variable" href="structProperties.html#a9288c516957161c0c4d2c83d811f50fa">PathSizes</a>;</div>
|
||||
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52"> 104</a></span> <a class="code hl_typedef" href="common__structs_8h.html#aa9446b0f4d1af8a6823e90015d37b030">Vec4f</a> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>;</div>
|
||||
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="structProperties.html#af839b1223590498402d9389a7218d2cc"> 105</a></span> <a class="code hl_typedef" href="common__structs_8h.html#aa9446b0f4d1af8a6823e90015d37b030">Vec4f</a> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>;</div>
|
||||
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d"> 106</a></span> <a class="code hl_typedef" href="common__structs_8h.html#aa9446b0f4d1af8a6823e90015d37b030">Vec4f</a> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>;</div>
|
||||
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9"> 107</a></span> <a class="code hl_typedef" href="common__structs_8h.html#aa9446b0f4d1af8a6823e90015d37b030">Vec4f</a> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>;</div>
|
||||
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="structProperties.html#a7a3eb51cc47be9c2bcbd1b2f18622f1e"> 108</a></span> <a class="code hl_struct" href="structTrackPathPoint.html">TrackPathPoint</a>* <a class="code hl_variable" href="structProperties.html#a7a3eb51cc47be9c2bcbd1b2f18622f1e">PathTable</a>[4]; <span class="comment">// Only used for podium ceremony</span></div>
|
||||
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="structProperties.html#a2a82bd54b19123b9c4a4477c029baf80"> 109</a></span> <a class="code hl_struct" href="structTrackPathPoint.html">TrackPathPoint</a>* <a class="code hl_variable" href="structProperties.html#a2a82bd54b19123b9c4a4477c029baf80">PathTable2</a>[5]; <span class="comment">// The fifth entry is for vehicles</span></div>
|
||||
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="structProperties.html#a03cd75aab731622f02d631906ab7d481"> 110</a></span> uint8_t* <a class="code hl_variable" href="structProperties.html#a03cd75aab731622f02d631906ab7d481">CloudTexture</a>;</div>
|
||||
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="structProperties.html#a2e98c1e2daf66a1c8450e105f7ba5a4b"> 111</a></span> <a class="code hl_typedef" href="objects_8h.html#a8e51edac51cf5b53412c91933520c855">CloudData</a> *<a class="code hl_variable" href="structProperties.html#a2e98c1e2daf66a1c8450e105f7ba5a4b">Clouds</a>;</div>
|
||||
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="structProperties.html#ae58982c5d539015dea9697ac68c35970"> 112</a></span> <a class="code hl_typedef" href="objects_8h.html#a8e51edac51cf5b53412c91933520c855">CloudData</a> *<a class="code hl_variable" href="structProperties.html#ae58982c5d539015dea9697ac68c35970">CloudList</a>;</div>
|
||||
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="structProperties.html#ac3c175569725579891325503e37e0bce"> 113</a></span> <a class="code hl_struct" href="structSkyboxColours.html">SkyboxColours</a> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>;</div>
|
||||
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"><a class="line" href="structProperties.html#acd753e07362c52af62ea8b632c50570e"> 114</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="sounds_8h.html#a462955cf4ece430059af4e4185a8727c">MusicSeq</a> <a class="code hl_variable" href="structProperties.html#acd753e07362c52af62ea8b632c50570e">Sequence</a>;</div>
|
||||
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="structProperties.html#a5a569b3eb054872e27543cf171a609c3"> 115</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#a5a569b3eb054872e27543cf171a609c3">WaterLevel</a>; <span class="comment">// Used for effects, and Lakitu pick up height. Not necessarily the visual water model height.</span></div>
|
||||
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
|
||||
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="preprocessor">#ifdef __cplusplus</span></div>
|
||||
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> nlohmann::json to_json()<span class="keyword"> const </span>{</div>
|
||||
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> nlohmann::json <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>;</div>
|
||||
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"Name"</span>] = <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a> ? <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a> : <span class="stringliteral">""</span>;</div>
|
||||
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"DebugName"</span>] = <a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a> ? <a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a> : <span class="stringliteral">""</span>;</div>
|
||||
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"TrackLength"</span>] = <a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a> ? <a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a> : <span class="stringliteral">""</span>;</div>
|
||||
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <span class="comment">//j["AIBehaviour"] = AIBehaviour ? AIBehaviour : "";</span></div>
|
||||
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"LakituTowType"</span>] = <a class="code hl_variable" href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6">LakituTowType</a>;</div>
|
||||
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"AIMaximumSeparation"</span>] = <a class="code hl_variable" href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660">AIMaximumSeparation</a>;</div>
|
||||
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"AIMinimumSeparation"</span>] = <a class="code hl_variable" href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea">AIMinimumSeparation</a>;</div>
|
||||
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"NearPersp"</span>] = <a class="code hl_variable" href="structProperties.html#ab4770f66f45517c45796bf048e326c83">NearPersp</a>;</div>
|
||||
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"FarPersp"</span>] = <a class="code hl_variable" href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71">FarPersp</a>;</div>
|
||||
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> </div>
|
||||
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="comment">// AIDistance as a JSON array</span></div>
|
||||
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"AIDistance"</span>] = std::vector<int16_t>(<a class="code hl_variable" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">AIDistance</a>, <a class="code hl_variable" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">AIDistance</a> + 32); <span class="comment">// gAIDistances array size of 32</span></div>
|
||||
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
|
||||
<div class="foldopen" id="foldopen00093" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="structProperties.html"> 93</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structProperties.html">Properties</a> {</div>
|
||||
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a"> 94</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>[128];</div>
|
||||
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be"> 95</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>[128];</div>
|
||||
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028"> 96</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>[128];</div>
|
||||
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6"> 97</a></span> int32_t <a class="code hl_variable" href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6">LakituTowType</a>;</div>
|
||||
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="structProperties.html#aecbff1a07e347fac02490e5072977de1"> 98</a></span> <a class="code hl_struct" href="structMinimapProps.html">MinimapProps</a> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>;</div>
|
||||
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="structProperties.html#a7c6a3e0bc33fd62d0fc3880ecb0a16d0"> 99</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structProperties.html#a7c6a3e0bc33fd62d0fc3880ecb0a16d0">AIBehaviour</a>;</div>
|
||||
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660"> 100</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660">AIMaximumSeparation</a>;</div>
|
||||
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea"> 101</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea">AIMinimumSeparation</a>;</div>
|
||||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="structProperties.html#ab4770f66f45517c45796bf048e326c83"> 102</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#ab4770f66f45517c45796bf048e326c83">NearPersp</a>;</div>
|
||||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71"> 103</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71">FarPersp</a>;</div>
|
||||
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b"> 104</a></span> int16_t* <a class="code hl_variable" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">AIDistance</a>;</div>
|
||||
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="structProperties.html#a5ff4a55296adc51c015520728605b82c"> 105</a></span> uint32_t <a class="code hl_variable" href="structProperties.html#a5ff4a55296adc51c015520728605b82c">AISteeringSensitivity</a>;</div>
|
||||
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="structProperties.html#a9288c516957161c0c4d2c83d811f50fa"> 106</a></span> <a class="code hl_struct" href="structTrackPathSizes.html">TrackPathSizes</a> <a class="code hl_variable" href="structProperties.html#a9288c516957161c0c4d2c83d811f50fa">PathSizes</a>;</div>
|
||||
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52"> 107</a></span> <a class="code hl_typedef" href="common__structs_8h.html#aa9446b0f4d1af8a6823e90015d37b030">Vec4f</a> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>;</div>
|
||||
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="structProperties.html#af839b1223590498402d9389a7218d2cc"> 108</a></span> <a class="code hl_typedef" href="common__structs_8h.html#aa9446b0f4d1af8a6823e90015d37b030">Vec4f</a> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>;</div>
|
||||
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d"> 109</a></span> <a class="code hl_typedef" href="common__structs_8h.html#aa9446b0f4d1af8a6823e90015d37b030">Vec4f</a> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>;</div>
|
||||
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9"> 110</a></span> <a class="code hl_typedef" href="common__structs_8h.html#aa9446b0f4d1af8a6823e90015d37b030">Vec4f</a> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>;</div>
|
||||
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="structProperties.html#a7a3eb51cc47be9c2bcbd1b2f18622f1e"> 111</a></span> <a class="code hl_struct" href="structTrackPathPoint.html">TrackPathPoint</a>* <a class="code hl_variable" href="structProperties.html#a7a3eb51cc47be9c2bcbd1b2f18622f1e">PathTable</a>[4]; <span class="comment">// Only used for podium ceremony</span></div>
|
||||
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="structProperties.html#a2a82bd54b19123b9c4a4477c029baf80"> 112</a></span> <a class="code hl_struct" href="structTrackPathPoint.html">TrackPathPoint</a>* <a class="code hl_variable" href="structProperties.html#a2a82bd54b19123b9c4a4477c029baf80">PathTable2</a>[5]; <span class="comment">// The fifth entry is for vehicles</span></div>
|
||||
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="structProperties.html#a03cd75aab731622f02d631906ab7d481"> 113</a></span> uint8_t* <a class="code hl_variable" href="structProperties.html#a03cd75aab731622f02d631906ab7d481">CloudTexture</a>;</div>
|
||||
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"><a class="line" href="structProperties.html#a2e98c1e2daf66a1c8450e105f7ba5a4b"> 114</a></span> <a class="code hl_typedef" href="objects_8h.html#a8e51edac51cf5b53412c91933520c855">CloudData</a> *<a class="code hl_variable" href="structProperties.html#a2e98c1e2daf66a1c8450e105f7ba5a4b">Clouds</a>;</div>
|
||||
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="structProperties.html#ae58982c5d539015dea9697ac68c35970"> 115</a></span> <a class="code hl_typedef" href="objects_8h.html#a8e51edac51cf5b53412c91933520c855">CloudData</a> *<a class="code hl_variable" href="structProperties.html#ae58982c5d539015dea9697ac68c35970">CloudList</a>;</div>
|
||||
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="structProperties.html#ac3c175569725579891325503e37e0bce"> 116</a></span> <a class="code hl_struct" href="structSkyboxColours.html">SkyboxColours</a> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>;</div>
|
||||
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="structProperties.html#acd753e07362c52af62ea8b632c50570e"> 117</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="sounds_8h.html#a462955cf4ece430059af4e4185a8727c">MusicSeq</a> <a class="code hl_variable" href="structProperties.html#acd753e07362c52af62ea8b632c50570e">Sequence</a>;</div>
|
||||
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"><a class="line" href="structProperties.html#a5a569b3eb054872e27543cf171a609c3"> 118</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structProperties.html#a5a569b3eb054872e27543cf171a609c3">WaterLevel</a>; <span class="comment">// Used for effects, and Lakitu pick up height. Not necessarily the visual water model height.</span></div>
|
||||
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> </div>
|
||||
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span><span class="preprocessor">#ifdef __cplusplus</span></div>
|
||||
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> nlohmann::json to_json()<span class="keyword"> const </span>{</div>
|
||||
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> nlohmann::json <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>;</div>
|
||||
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"Name"</span>] = <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a> ? <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a> : <span class="stringliteral">""</span>;</div>
|
||||
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"DebugName"</span>] = <a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a> ? <a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a> : <span class="stringliteral">""</span>;</div>
|
||||
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"TrackLength"</span>] = <a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a> ? <a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a> : <span class="stringliteral">""</span>;</div>
|
||||
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <span class="comment">//j["AIBehaviour"] = AIBehaviour ? AIBehaviour : "";</span></div>
|
||||
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"LakituTowType"</span>] = <a class="code hl_variable" href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6">LakituTowType</a>;</div>
|
||||
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"AIMaximumSeparation"</span>] = <a class="code hl_variable" href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660">AIMaximumSeparation</a>;</div>
|
||||
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"AIMinimumSeparation"</span>] = <a class="code hl_variable" href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea">AIMinimumSeparation</a>;</div>
|
||||
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"NearPersp"</span>] = <a class="code hl_variable" href="structProperties.html#ab4770f66f45517c45796bf048e326c83">NearPersp</a>;</div>
|
||||
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"FarPersp"</span>] = <a class="code hl_variable" href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71">FarPersp</a>;</div>
|
||||
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> </div>
|
||||
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"AISteeringSensitivity"</span>] = <a class="code hl_variable" href="structProperties.html#a5ff4a55296adc51c015520728605b82c">AISteeringSensitivity</a>;</div>
|
||||
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> </div>
|
||||
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <span class="comment">// PathSizes - Assuming TrackPathSizes can be serialized similarly</span></div>
|
||||
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <span class="comment">// j["PathSizes"] = PathSizes; // Implement your serialization logic here</span></div>
|
||||
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> <span class="comment">// AIDistance as a JSON array</span></div>
|
||||
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"AIDistance"</span>] = std::vector<int16_t>(<a class="code hl_variable" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">AIDistance</a>, <a class="code hl_variable" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">AIDistance</a> + 32); <span class="comment">// gAIDistances array size of 32</span></div>
|
||||
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div>
|
||||
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"AISteeringSensitivity"</span>] = <a class="code hl_variable" href="structProperties.html#a5ff4a55296adc51c015520728605b82c">AISteeringSensitivity</a>;</div>
|
||||
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
|
||||
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"CurveTargetSpeed"</span>] = { <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[0], <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[1], <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[2], <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[3] };</div>
|
||||
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"NormalTargetSpeed"</span>] = { <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[0], <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[1], <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[2], <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[3] };</div>
|
||||
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"D_0D0096B8"</span>] = { <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[0], <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[1], <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[2], <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[3] };</div>
|
||||
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"OffTrackTargetSpeed"</span>] = { <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[0], <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[1], <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[2], <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[3] };</div>
|
||||
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> </div>
|
||||
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="comment">// Serialize arrays PathTable and PathTable2 (convert pointers into a JSON array if possible)</span></div>
|
||||
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <span class="comment">//j["PathTable"] = {{}};</span></div>
|
||||
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <span class="comment">//j["PathTable2"] = {{}};</span></div>
|
||||
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <span class="comment">// Populate PathTable and PathTable2</span></div>
|
||||
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> </div>
|
||||
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="comment">//j["Clouds"] = Clouds ? nlohmann::json{{"x", Clouds->x, "y", Clouds->y, "z", Clouds->z}} : nullptr;</span></div>
|
||||
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="comment">//j["CloudList"] = CloudList ? nlohmann::json{{"x", CloudList->x, "y", CloudList->y, "z", CloudList->z}} : nullptr;</span></div>
|
||||
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div>
|
||||
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPosition"</span>] = {<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[0].X, <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[0].Y};</div>
|
||||
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPosition2P"</span>] = {<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[1].X, <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[1].Y};</div>
|
||||
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPlayerX"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerX;</div>
|
||||
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPlayerY"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerY;</div>
|
||||
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPlayerScaleFactor"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerScaleFactor;</div>
|
||||
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapFinishlineX"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.FinishlineX;</div>
|
||||
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapFinishlineY"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.FinishlineY;</div>
|
||||
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapColour"</span>] = {<span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.r), <span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.g), <span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.b)};</div>
|
||||
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <span class="comment">// SkyboxColors - assuming SkyboxColors can be serialized similarly</span></div>
|
||||
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> </div>
|
||||
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="preprocessor"> #define TO_INT(value) static_cast<int>(value)</span></div>
|
||||
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"Skybox"</span>] = {</div>
|
||||
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.b),</div>
|
||||
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.b),</div>
|
||||
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.b),</div>
|
||||
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.b),</div>
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.b),</div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.b),</div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.b),</div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.b)</div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> };</div>
|
||||
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"Sequence"</span>] = <span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#acd753e07362c52af62ea8b632c50570e">Sequence</a>);</div>
|
||||
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> </div>
|
||||
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"WaterLevel"</span>] = <span class="keyword">static_cast<</span><span class="keywordtype">float</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#a5a569b3eb054872e27543cf171a609c3">WaterLevel</a>);</div>
|
||||
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span><span class="preprocessor"> #undef CAST_TO_INT</span></div>
|
||||
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <span class="comment">// PathSizes - Assuming TrackPathSizes can be serialized similarly</span></div>
|
||||
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <span class="comment">// j["PathSizes"] = PathSizes; // Implement your serialization logic here</span></div>
|
||||
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> </div>
|
||||
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"CurveTargetSpeed"</span>] = { <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[0], <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[1], <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[2], <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[3] };</div>
|
||||
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"NormalTargetSpeed"</span>] = { <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[0], <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[1], <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[2], <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[3] };</div>
|
||||
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"D_0D0096B8"</span>] = { <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[0], <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[1], <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[2], <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[3] };</div>
|
||||
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"OffTrackTargetSpeed"</span>] = { <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[0], <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[1], <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[2], <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[3] };</div>
|
||||
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> </div>
|
||||
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <span class="comment">// Serialize arrays PathTable and PathTable2 (convert pointers into a JSON array if possible)</span></div>
|
||||
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> <span class="comment">//j["PathTable"] = {{}};</span></div>
|
||||
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="comment">//j["PathTable2"] = {{}};</span></div>
|
||||
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="comment">// Populate PathTable and PathTable2</span></div>
|
||||
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div>
|
||||
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <span class="comment">//j["Clouds"] = Clouds ? nlohmann::json{{"x", Clouds->x, "y", Clouds->y, "z", Clouds->z}} : nullptr;</span></div>
|
||||
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <span class="comment">//j["CloudList"] = CloudList ? nlohmann::json{{"x", CloudList->x, "y", CloudList->y, "z", CloudList->z}} : nullptr;</span></div>
|
||||
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> </div>
|
||||
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPosition"</span>] = {<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[0].X, <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[0].Y};</div>
|
||||
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPosition2P"</span>] = {<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[1].X, <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[1].Y};</div>
|
||||
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPlayerX"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerX;</div>
|
||||
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPlayerY"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerY;</div>
|
||||
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapPlayerScaleFactor"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerScaleFactor;</div>
|
||||
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapFinishlineX"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.FinishlineX;</div>
|
||||
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapFinishlineY"</span>] = <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.FinishlineY;</div>
|
||||
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"MinimapColour"</span>] = {<span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.r), <span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.g), <span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.b)};</div>
|
||||
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <span class="comment">// SkyboxColors - assuming SkyboxColors can be serialized similarly</span></div>
|
||||
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> </div>
|
||||
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span><span class="preprocessor"> #define TO_INT(value) static_cast<int>(value)</span></div>
|
||||
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"Skybox"</span>] = {</div>
|
||||
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.b),</div>
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.b),</div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.b),</div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.b),</div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.b),</div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.b),</div>
|
||||
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.b),</div>
|
||||
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.r), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.g), TO_INT(<a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.b)</div>
|
||||
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> };</div>
|
||||
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"Sequence"</span>] = <span class="keyword">static_cast<</span><span class="keywordtype">int</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#acd753e07362c52af62ea8b632c50570e">Sequence</a>);</div>
|
||||
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> </div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <span class="keywordflow">return</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>;</div>
|
||||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> }</div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>[<span class="stringliteral">"WaterLevel"</span>] = <span class="keyword">static_cast<</span><span class="keywordtype">float</span><span class="keyword">></span>(<a class="code hl_variable" href="structProperties.html#a5a569b3eb054872e27543cf171a609c3">WaterLevel</a>);</div>
|
||||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span><span class="preprocessor"> #undef CAST_TO_INT</span></div>
|
||||
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> </div>
|
||||
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <span class="comment">// Function to load struct from JSON</span></div>
|
||||
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <span class="keywordtype">void</span> from_json(<span class="keyword">const</span> nlohmann::json& <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>) {</div>
|
||||
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> strncpy(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>, <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Name"</span>).get<std::string>().c_str(), <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>) - 1);</div>
|
||||
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>[<span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>) - 1] = <span class="charliteral">'\0'</span>; <span class="comment">// Ensure null termination</span></div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> </div>
|
||||
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> strncpy(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>, <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"DebugName"</span>).get<std::string>().c_str(), <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>) - 1);</div>
|
||||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>[<span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>) - 1] = <span class="charliteral">'\0'</span>; <span class="comment">// Ensure null termination</span></div>
|
||||
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <span class="keywordflow">return</span> <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>;</div>
|
||||
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> }</div>
|
||||
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> </div>
|
||||
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <span class="comment">// Function to load struct from JSON</span></div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="keywordtype">void</span> from_json(<span class="keyword">const</span> nlohmann::json& <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>) {</div>
|
||||
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> strncpy(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>, <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Name"</span>).get<std::string>().c_str(), <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>) - 1);</div>
|
||||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>[<span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>) - 1] = <span class="charliteral">'\0'</span>; <span class="comment">// Ensure null termination</span></div>
|
||||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> </div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> strncpy(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>, <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"TrackLength"</span>).get<std::string>().c_str(), <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>) - 1);</div>
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> <a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>[<span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>) - 1] = <span class="charliteral">'\0'</span>; <span class="comment">// Ensure null termination</span></div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> strncpy(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>, <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"DebugName"</span>).get<std::string>().c_str(), <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>) - 1);</div>
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> <a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>[<span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>) - 1] = <span class="charliteral">'\0'</span>; <span class="comment">// Ensure null termination</span></div>
|
||||
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> </div>
|
||||
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="comment">//AIBehaviour = j.at("AIBehaviour").get<std::string>().c_str();</span></div>
|
||||
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> <a class="code hl_variable" href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6">LakituTowType</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"LakituTowType"</span>).get<<span class="keywordtype">int</span>>();</div>
|
||||
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> strncpy(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>, <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"TrackLength"</span>).get<std::string>().c_str(), <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>) - 1);</div>
|
||||
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> <a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>[<span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>) - 1] = <span class="charliteral">'\0'</span>; <span class="comment">// Ensure null termination</span></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> <a class="code hl_variable" href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660">AIMaximumSeparation</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"AIMaximumSeparation"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> <a class="code hl_variable" href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea">AIMinimumSeparation</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"AIMinimumSeparation"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <a class="code hl_variable" href="structProperties.html#ab4770f66f45517c45796bf048e326c83">NearPersp</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NearPersp"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <a class="code hl_variable" href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71">FarPersp</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"FarPersp"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> </div>
|
||||
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <span class="keyword">const</span> <span class="keyword">auto</span> temp = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"AIDistance"</span>).get<std::vector<int16_t>>();</div>
|
||||
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> </div>
|
||||
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> <span class="comment">// Ensure the vector has 32 entries</span></div>
|
||||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="keywordflow">if</span> (temp.size() == 32) {</div>
|
||||
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="comment">// Copy the data into the existing AIDistances array</span></div>
|
||||
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> std::copy(temp.begin(), temp.end(), <a class="code hl_variable" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">AIDistance</a>);</div>
|
||||
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> printf(<span class="stringliteral">"[Track.h] [from_json()] AIDistance array not size of 32\n"</span>);</div>
|
||||
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> }</div>
|
||||
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> </div>
|
||||
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <a class="code hl_variable" href="structProperties.html#a5ff4a55296adc51c015520728605b82c">AISteeringSensitivity</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"AISteeringSensitivity"</span>).get<uint32_t>();</div>
|
||||
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> </div>
|
||||
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <span class="comment">// Deserialize PathSizes and other custom structs if needed</span></div>
|
||||
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> </div>
|
||||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[0] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"CurveTargetSpeed"</span>)[0].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[1] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"CurveTargetSpeed"</span>)[1].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[2] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"CurveTargetSpeed"</span>)[2].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[3] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"CurveTargetSpeed"</span>)[3].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> </div>
|
||||
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[0] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NormalTargetSpeed"</span>)[0].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[1] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NormalTargetSpeed"</span>)[1].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[2] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NormalTargetSpeed"</span>)[2].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[3] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NormalTargetSpeed"</span>)[3].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> </div>
|
||||
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[0] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"D_0D0096B8"</span>)[0].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[1] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"D_0D0096B8"</span>)[1].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[2] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"D_0D0096B8"</span>)[2].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[3] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"D_0D0096B8"</span>)[3].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
|
||||
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[0] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"OffTrackTargetSpeed"</span>)[0].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[1] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"OffTrackTargetSpeed"</span>)[1].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[2] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"OffTrackTargetSpeed"</span>)[2].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[3] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"OffTrackTargetSpeed"</span>)[3].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> </div>
|
||||
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <span class="comment">// Deserialize arrays PathTable and PathTable2 similarly</span></div>
|
||||
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> </div>
|
||||
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <span class="comment">//Clouds = nullptr; // Deserialize if data is present</span></div>
|
||||
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> <span class="comment">//CloudList = nullptr; // Deserialize if data is present</span></div>
|
||||
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[0].X = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPosition"</span>)[0].get<int32_t>();</div>
|
||||
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[0].Y = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPosition"</span>)[1].get<int32_t>();</div>
|
||||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[1].X = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPosition2P"</span>)[0].get<int32_t>();</div>
|
||||
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[1].Y = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPosition2P"</span>)[1].get<int32_t>();</div>
|
||||
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerX = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPlayerX"</span>).get<int32_t>();</div>
|
||||
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerY = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPlayerY"</span>).get<int32_t>();</div>
|
||||
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerScaleFactor = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPlayerScaleFactor"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.FinishlineX = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapFinishlineX"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.FinishlineY = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapFinishlineY"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapColour"</span>)[0].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapColour"</span>)[1].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapColour"</span>)[2].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <span class="comment">//textures = nullptr; // Deserialize textures if present</span></div>
|
||||
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> </div>
|
||||
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[0].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[1].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[2].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> </div>
|
||||
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[3].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[4].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[5].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> </div>
|
||||
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[6].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[7].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[8].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> </div>
|
||||
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[9].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[10].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[11].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> </div>
|
||||
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[12].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[13].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[14].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> </div>
|
||||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[15].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[16].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[17].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> </div>
|
||||
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[18].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[19].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[20].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> </div>
|
||||
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[21].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[22].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[23].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> </div>
|
||||
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> <a class="code hl_variable" href="structProperties.html#acd753e07362c52af62ea8b632c50570e">Sequence</a> = <span class="keyword">static_cast<</span><a class="code hl_enumeration" href="sounds_8h.html#a462955cf4ece430059af4e4185a8727c">MusicSeq</a><span class="keyword">></span>(<a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Sequence"</span>).get<int>());</div>
|
||||
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> <a class="code hl_variable" href="structProperties.html#a5a569b3eb054872e27543cf171a609c3">WaterLevel</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"WaterLevel"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> }</div>
|
||||
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="keywordtype">void</span> SetText(<span class="keywordtype">char</span>* name, <span class="keyword">const</span> <span class="keywordtype">char</span>* title, <span class="keywordtype">size_t</span> bufferSize) {</div>
|
||||
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> <span class="comment">// Copy the title into the name buffer, ensuring it's null-terminated and within bounds</span></div>
|
||||
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> std::strncpy(name, title, bufferSize - 1);</div>
|
||||
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> name[bufferSize - 1] = <span class="charliteral">'\0'</span>; <span class="comment">// Ensure the string is null-terminated</span></div>
|
||||
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> }</div>
|
||||
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> </div>
|
||||
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetName() {</div>
|
||||
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>;</div>
|
||||
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> }</div>
|
||||
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> </div>
|
||||
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> <span class="keywordtype">void</span> New() {</div>
|
||||
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> SetText(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>, <span class="stringliteral">""</span>, <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>));</div>
|
||||
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> SetText(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>, <span class="stringliteral">""</span>, <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>));</div>
|
||||
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> SetText(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>, <span class="stringliteral">""</span>, <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>));</div>
|
||||
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> }</div>
|
||||
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> </div>
|
||||
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"><a class="line" href="Track_8h.html#a8ecef2d534cf6f255c04ca4378080410"> 303</a></span>} <a class="code hl_struct" href="structProperties.html">Properties</a>;</div>
|
||||
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> <span class="comment">//AIBehaviour = j.at("AIBehaviour").get<std::string>().c_str();</span></div>
|
||||
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> <a class="code hl_variable" href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6">LakituTowType</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"LakituTowType"</span>).get<<span class="keywordtype">int</span>>();</div>
|
||||
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> </div>
|
||||
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <a class="code hl_variable" href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660">AIMaximumSeparation</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"AIMaximumSeparation"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> <a class="code hl_variable" href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea">AIMinimumSeparation</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"AIMinimumSeparation"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <a class="code hl_variable" href="structProperties.html#ab4770f66f45517c45796bf048e326c83">NearPersp</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NearPersp"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <a class="code hl_variable" href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71">FarPersp</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"FarPersp"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> </div>
|
||||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="keyword">const</span> <span class="keyword">auto</span> temp = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"AIDistance"</span>).get<std::vector<int16_t>>();</div>
|
||||
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> </div>
|
||||
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> <span class="comment">// Ensure the vector has 32 entries</span></div>
|
||||
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <span class="keywordflow">if</span> (temp.size() == 32) {</div>
|
||||
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> <span class="comment">// Copy the data into the existing AIDistances array</span></div>
|
||||
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> std::copy(temp.begin(), temp.end(), <a class="code hl_variable" href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">AIDistance</a>);</div>
|
||||
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> } <span class="keywordflow">else</span> {</div>
|
||||
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> printf(<span class="stringliteral">"[Track.h] [from_json()] AIDistance array not size of 32\n"</span>);</div>
|
||||
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> }</div>
|
||||
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> </div>
|
||||
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <a class="code hl_variable" href="structProperties.html#a5ff4a55296adc51c015520728605b82c">AISteeringSensitivity</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"AISteeringSensitivity"</span>).get<uint32_t>();</div>
|
||||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> </div>
|
||||
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <span class="comment">// Deserialize PathSizes and other custom structs if needed</span></div>
|
||||
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> </div>
|
||||
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[0] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"CurveTargetSpeed"</span>)[0].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[1] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"CurveTargetSpeed"</span>)[1].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[2] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"CurveTargetSpeed"</span>)[2].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> <a class="code hl_variable" href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">CurveTargetSpeed</a>[3] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"CurveTargetSpeed"</span>)[3].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> </div>
|
||||
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[0] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NormalTargetSpeed"</span>)[0].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[1] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NormalTargetSpeed"</span>)[1].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[2] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NormalTargetSpeed"</span>)[2].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <a class="code hl_variable" href="structProperties.html#af839b1223590498402d9389a7218d2cc">NormalTargetSpeed</a>[3] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"NormalTargetSpeed"</span>)[3].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> </div>
|
||||
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[0] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"D_0D0096B8"</span>)[0].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[1] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"D_0D0096B8"</span>)[1].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[2] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"D_0D0096B8"</span>)[2].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <a class="code hl_variable" href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">D_0D0096B8</a>[3] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"D_0D0096B8"</span>)[3].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> </div>
|
||||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[0] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"OffTrackTargetSpeed"</span>)[0].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[1] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"OffTrackTargetSpeed"</span>)[1].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[2] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"OffTrackTargetSpeed"</span>)[2].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> <a class="code hl_variable" href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">OffTrackTargetSpeed</a>[3] = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"OffTrackTargetSpeed"</span>)[3].get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> </div>
|
||||
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> <span class="comment">// Deserialize arrays PathTable and PathTable2 similarly</span></div>
|
||||
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> </div>
|
||||
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <span class="comment">//Clouds = nullptr; // Deserialize if data is present</span></div>
|
||||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <span class="comment">//CloudList = nullptr; // Deserialize if data is present</span></div>
|
||||
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[0].X = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPosition"</span>)[0].get<int32_t>();</div>
|
||||
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[0].Y = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPosition"</span>)[1].get<int32_t>();</div>
|
||||
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[1].X = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPosition2P"</span>)[0].get<int32_t>();</div>
|
||||
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Pos[1].Y = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPosition2P"</span>)[1].get<int32_t>();</div>
|
||||
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerX = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPlayerX"</span>).get<int32_t>();</div>
|
||||
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerY = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPlayerY"</span>).get<int32_t>();</div>
|
||||
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.PlayerScaleFactor = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapPlayerScaleFactor"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.FinishlineX = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapFinishlineX"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.FinishlineY = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapFinishlineY"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapColour"</span>)[0].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapColour"</span>)[1].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> <a class="code hl_variable" href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Minimap</a>.Colour.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"MinimapColour"</span>)[2].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> <span class="comment">//textures = nullptr; // Deserialize textures if present</span></div>
|
||||
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> </div>
|
||||
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[0].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[1].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopRight.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[2].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> </div>
|
||||
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[3].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[4].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomRight.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[5].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> </div>
|
||||
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[6].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[7].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.BottomLeft.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[8].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> </div>
|
||||
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[9].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[10].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.TopLeft.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[11].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> </div>
|
||||
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[12].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[13].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopRight.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[14].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> </div>
|
||||
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[15].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[16].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomRight.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[17].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> </div>
|
||||
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[18].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[19].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorBottomLeft.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[20].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> </div>
|
||||
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.r = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[21].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.g = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[22].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> <a class="code hl_variable" href="structProperties.html#ac3c175569725579891325503e37e0bce">Skybox</a>.FloorTopLeft.b = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Skybox"</span>)[23].get<uint8_t>();</div>
|
||||
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> </div>
|
||||
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <a class="code hl_variable" href="structProperties.html#acd753e07362c52af62ea8b632c50570e">Sequence</a> = <span class="keyword">static_cast<</span><a class="code hl_enumeration" href="sounds_8h.html#a462955cf4ece430059af4e4185a8727c">MusicSeq</a><span class="keyword">></span>(<a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"Sequence"</span>).get<int>());</div>
|
||||
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> <a class="code hl_variable" href="structProperties.html#a5a569b3eb054872e27543cf171a609c3">WaterLevel</a> = <a class="code hl_define" href="load_8c.html#aa8c84707b22bdc99b810d3c7d3ec5d52">j</a>.at(<span class="stringliteral">"WaterLevel"</span>).get<<span class="keywordtype">float</span>>();</div>
|
||||
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> }</div>
|
||||
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <span class="keywordtype">void</span> SetText(<span class="keywordtype">char</span>* name, <span class="keyword">const</span> <span class="keywordtype">char</span>* title, <span class="keywordtype">size_t</span> bufferSize) {</div>
|
||||
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> <span class="comment">// Copy the title into the name buffer, ensuring it's null-terminated and within bounds</span></div>
|
||||
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> std::strncpy(name, title, bufferSize - 1);</div>
|
||||
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> name[bufferSize - 1] = <span class="charliteral">'\0'</span>; <span class="comment">// Ensure the string is null-terminated</span></div>
|
||||
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> }</div>
|
||||
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> </div>
|
||||
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetName() {</div>
|
||||
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>;</div>
|
||||
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> }</div>
|
||||
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> </div>
|
||||
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> <span class="keywordtype">void</span> New() {</div>
|
||||
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> SetText(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>, <span class="stringliteral">""</span>, <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Name</a>));</div>
|
||||
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> SetText(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>, <span class="stringliteral">""</span>, <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">DebugName</a>));</div>
|
||||
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> SetText(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>, <span class="stringliteral">""</span>, <span class="keyword">sizeof</span>(<a class="code hl_variable" href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">TrackLength</a>));</div>
|
||||
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> }</div>
|
||||
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> </div>
|
||||
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"><a class="line" href="Track_8h.html#a8ecef2d534cf6f255c04ca4378080410"> 306</a></span>} <a class="code hl_struct" href="structProperties.html">Properties</a>;</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> </div>
|
||||
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span><span class="preprocessor">#ifdef __cplusplus</span></div>
|
||||
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> </div>
|
||||
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> </div>
|
||||
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span><span class="keyword">class </span><a class="code hl_class" href="classWorld.html">World</a>; <span class="comment">// <-- Forward declare</span></div>
|
||||
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span><span class="preprocessor">#ifdef __cplusplus</span></div>
|
||||
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> </div>
|
||||
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> </div>
|
||||
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span><span class="keyword">class </span><a class="code hl_class" href="classTrack.html">Track</a> {</div>
|
||||
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> <span class="keyword">enum class</span> CloudType {</div>
|
||||
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> NONE,</div>
|
||||
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> CLOUDS,</div>
|
||||
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <a class="code hl_enumvalue" href="mk64_8h.html#a5344f2bdca4f9506c40f044e08ea8c98a9e6e4a865dcb327f484752cf5af49846">SNOW</a>,</div>
|
||||
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> STARS</div>
|
||||
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> };</div>
|
||||
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> <span class="comment">// Required to save scenefile data</span></div>
|
||||
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> std::shared_ptr<Ship::Archive> Archive;</div>
|
||||
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> std::string ResourceName;</div>
|
||||
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> </div>
|
||||
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> <a class="code hl_typedef" href="Track_8h.html#a8ecef2d534cf6f255c04ca4378080410">Properties</a> Props;</div>
|
||||
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <span class="keyword">enum</span> CloudType mCloudType;</div>
|
||||
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span><span class="keyword">class </span><a class="code hl_class" href="classWorld.html">World</a>; <span class="comment">// <-- Forward declare</span></div>
|
||||
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> </div>
|
||||
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> </div>
|
||||
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span><span class="keyword">class </span><a class="code hl_class" href="classTrack.html">Track</a> {</div>
|
||||
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span><span class="keyword">public</span>:</div>
|
||||
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <span class="keyword">enum class</span> CloudType {</div>
|
||||
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> NONE,</div>
|
||||
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> CLOUDS,</div>
|
||||
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> <a class="code hl_enumvalue" href="mk64_8h.html#a5344f2bdca4f9506c40f044e08ea8c98a9e6e4a865dcb327f484752cf5af49846">SNOW</a>,</div>
|
||||
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> STARS</div>
|
||||
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> };</div>
|
||||
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> <span class="comment">// Required to save scenefile data</span></div>
|
||||
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> std::shared_ptr<Ship::Archive> Archive;</div>
|
||||
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> std::string ResourceName;</div>
|
||||
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> </div>
|
||||
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> <span class="comment">// This allows multiple water levels in a map.</span></div>
|
||||
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> <span class="comment">// Ex. DK Jungle where there's a waterfall and you can drive above and below it.</span></div>
|
||||
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> std::vector<WaterVolume> WaterVolumes;</div>
|
||||
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> </div>
|
||||
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> <span class="keywordtype">bool</span> bSpawnFinishline = <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> std::optional<FVector> FinishlineSpawnPoint;</div>
|
||||
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> <a class="code hl_typedef" href="Track_8h.html#a8ecef2d534cf6f255c04ca4378080410">Properties</a> Props;</div>
|
||||
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> <span class="keyword">enum</span> CloudType mCloudType;</div>
|
||||
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> </div>
|
||||
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> <span class="comment">// This allows multiple water levels in a map.</span></div>
|
||||
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> <span class="comment">// Ex. DK Jungle where there's a waterfall and you can drive above and below it.</span></div>
|
||||
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> std::vector<WaterVolume> WaterVolumes;</div>
|
||||
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> </div>
|
||||
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> </div>
|
||||
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> std::vector<SpawnParams> SpawnList;</div>
|
||||
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> <span class="keywordtype">bool</span> bSpawnFinishline = <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> std::optional<FVector> FinishlineSpawnPoint;</div>
|
||||
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> </div>
|
||||
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> <span class="keywordtype">bool</span> bTourEnabled = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> std::vector<TourCamera::CameraShot> TourShots;</div>
|
||||
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> </div>
|
||||
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> std::vector<SpawnParams> SpawnList;</div>
|
||||
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> </div>
|
||||
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> <span class="keyword">explicit</span> Track();</div>
|
||||
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span> </div>
|
||||
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> <span class="keyword">virtual</span> ~Track() {</div>
|
||||
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> <a class="code hl_function" href="Track_8cpp.html#a25bb7651ef416f5d015085c5b8a0fa43">RestoreTriangleWinding</a>();</div>
|
||||
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> };</div>
|
||||
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> </div>
|
||||
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Load(); <span class="comment">// Decompress and load stock tracks or from o2r but TrackSectionsPtr must be set.</span></div>
|
||||
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Load(Vtx* vtx, Gfx *gfx); <span class="comment">// Load custom track from code. Load must be overridden and then call to this base class method impl.</span></div>
|
||||
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span></div>
|
||||
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> BeginPlay();</div>
|
||||
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> <span class="keywordtype">void</span> <a class="code hl_function" href="namespaceTrackEditor.html#ad0035fe3dfdf036a30b099d2e25fc414">SpawnActors</a>();</div>
|
||||
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> SomeCollisionThing(Player *player, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> arg1, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> arg2, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> arg3, f32* arg4, f32* arg5, f32* arg6, f32* arg7);</div>
|
||||
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> InitTrackObjects();</div>
|
||||
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> TickTrackObjects();</div>
|
||||
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawTrackObjects(s32 cameraId);</div>
|
||||
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> SomeSounds();</div>
|
||||
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> CreditsSpawnActors();</div>
|
||||
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> WhatDoesThisDo(Player*, int8_t);</div>
|
||||
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> WhatDoesThisDoAI(Player*, int8_t);</div>
|
||||
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetStaffGhost();</div>
|
||||
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Draw(ScreenContext*);</div>
|
||||
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawCredits();</div>
|
||||
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Waypoints(Player* player, int8_t playerId);</div>
|
||||
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> <span class="keyword">virtual</span> <a class="code hl_enumvalue" href="namespaceSF64.html#a1130ee4440f43e7a45454de29f6bc813a512dc597be7ae761876315165dc8bd2e">f32</a> GetWaterLevel(FVector pos, Collision* collision);</div>
|
||||
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Tick();</div>
|
||||
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> <span class="comment">// Draw transparent models (water, signs, arrows, etc.) </span></div>
|
||||
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawTransparency(ScreenContext* screen, uint16_t pathCounter, uint16_t cameraRot,</div>
|
||||
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> uint16_t playerDirection);</div>
|
||||
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="namespaceGameUI.html#aae41f6af9e88d2f956d45cb1a5c576d1">Destroy</a>();</div>
|
||||
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> <span class="comment">// Note that this will be false for custom tracks made using code</span></div>
|
||||
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> <span class="comment">// Probably ok</span></div>
|
||||
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> IsMod() { <span class="keywordflow">return</span> <span class="keyword">false</span>; };</div>
|
||||
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> </div>
|
||||
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> </div>
|
||||
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> <span class="keyword">protected</span>:</div>
|
||||
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> <span class="keywordtype">void</span> Init();</div>
|
||||
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span>};</div>
|
||||
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> </div>
|
||||
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span><span class="keywordtype">void</span> <a class="code hl_function" href="Track_8cpp.html#affc6b7d670298fb74f774f722641045d">InvertTriangleWindingModdedInternal</a>(Gfx* gfx, <span class="keyword">const</span> <span class="keywordtype">char</span>* gfxName);</div>
|
||||
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> </div>
|
||||
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> </div>
|
||||
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span><span class="preprocessor">#endif </span><span class="comment">// ENGINE_TRACK_H</span></div>
|
||||
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> <span class="keywordtype">bool</span> bTourEnabled = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span> std::vector<TourCamera::CameraShot> TourShots;</div>
|
||||
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> </div>
|
||||
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> <span class="keyword">explicit</span> Track();</div>
|
||||
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> </div>
|
||||
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> <span class="keyword">virtual</span> ~Track() {</div>
|
||||
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> <a class="code hl_function" href="Track_8cpp.html#a25bb7651ef416f5d015085c5b8a0fa43">RestoreTriangleWinding</a>();</div>
|
||||
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> };</div>
|
||||
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> </div>
|
||||
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Load(); <span class="comment">// Decompress and load stock tracks or from o2r but TrackSectionsPtr must be set.</span></div>
|
||||
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Load(Vtx* vtx, Gfx *gfx); <span class="comment">// Load custom track from code. Load must be overridden and then call to this base class method impl.</span></div>
|
||||
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span></div>
|
||||
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> BeginPlay();</div>
|
||||
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> <span class="keywordtype">void</span> <a class="code hl_function" href="namespaceTrackEditor.html#ad0035fe3dfdf036a30b099d2e25fc414">SpawnActors</a>();</div>
|
||||
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> SomeCollisionThing(Player *player, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> arg1, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> arg2, <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> arg3, f32* arg4, f32* arg5, f32* arg6, f32* arg7);</div>
|
||||
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> InitTrackObjects();</div>
|
||||
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> TickTrackObjects();</div>
|
||||
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawTrackObjects(s32 cameraId);</div>
|
||||
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> SomeSounds();</div>
|
||||
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> CreditsSpawnActors();</div>
|
||||
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> WhatDoesThisDo(Player*, int8_t);</div>
|
||||
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> WhatDoesThisDoAI(Player*, int8_t);</div>
|
||||
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetStaffGhost();</div>
|
||||
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Draw(ScreenContext*);</div>
|
||||
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawCredits();</div>
|
||||
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Waypoints(Player* player, int8_t playerId);</div>
|
||||
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> <span class="keyword">virtual</span> <a class="code hl_enumvalue" href="namespaceSF64.html#a1130ee4440f43e7a45454de29f6bc813a512dc597be7ae761876315165dc8bd2e">f32</a> GetWaterLevel(FVector pos, Collision* collision);</div>
|
||||
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> Tick();</div>
|
||||
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> <span class="comment">// Draw transparent models (water, signs, arrows, etc.) </span></div>
|
||||
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawTransparency(ScreenContext* screen, uint16_t pathCounter, uint16_t cameraRot,</div>
|
||||
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> uint16_t playerDirection);</div>
|
||||
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="namespaceGameUI.html#aae41f6af9e88d2f956d45cb1a5c576d1">Destroy</a>();</div>
|
||||
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> <span class="comment">// Note that this will be false for custom tracks made using code</span></div>
|
||||
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <span class="comment">// Probably ok</span></div>
|
||||
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> IsMod() { <span class="keywordflow">return</span> <span class="keyword">false</span>; };</div>
|
||||
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> </div>
|
||||
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> </div>
|
||||
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> <span class="keyword">protected</span>:</div>
|
||||
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> <span class="keywordtype">void</span> Init();</div>
|
||||
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span>};</div>
|
||||
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> </div>
|
||||
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span><span class="keywordtype">void</span> <a class="code hl_function" href="Track_8cpp.html#affc6b7d670298fb74f774f722641045d">InvertTriangleWindingModdedInternal</a>(Gfx* gfx, <span class="keyword">const</span> <span class="keywordtype">char</span>* gfxName);</div>
|
||||
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> </div>
|
||||
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> </div>
|
||||
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span><span class="preprocessor">#endif </span><span class="comment">// ENGINE_TRACK_H</span></div>
|
||||
<div class="ttc" id="aCoreMath_8h_html"><div class="ttname"><a href="CoreMath_8h.html">CoreMath.h</a></div></div>
|
||||
<div class="ttc" id="aLakitu_8h_html"><div class="ttname"><a href="Lakitu_8h.html">Lakitu.h</a></div></div>
|
||||
<div class="ttc" id="aSpawnParams_8h_html"><div class="ttname"><a href="SpawnParams_8h.html">SpawnParams.h</a></div></div>
|
||||
@@ -537,32 +540,32 @@ $(function(){initNavTree('Track_8h_source.html',''); initResizable(true); });
|
||||
<div class="ttc" id="astructMinimapProps_html_aa55508e6cbd030aae3bc4756784e7bb4"><div class="ttname"><a href="structMinimapProps.html#aa55508e6cbd030aae3bc4756784e7bb4">MinimapProps::FinishlineX</a></div><div class="ttdeci">float FinishlineX</div><div class="ttdef"><b>Definition</b> Track.h:62</div></div>
|
||||
<div class="ttc" id="astructMinimapProps_html_ab47e2a98b449dadddfaaeb4cc0c0ab8e"><div class="ttname"><a href="structMinimapProps.html#ab47e2a98b449dadddfaaeb4cc0c0ab8e">MinimapProps::PlayerX</a></div><div class="ttdeci">int32_t PlayerX</div><div class="ttdef"><b>Definition</b> Track.h:59</div></div>
|
||||
<div class="ttc" id="astructMinimapProps_html_ae2171b1e398bc7b40dbea0f4b30114ee"><div class="ttname"><a href="structMinimapProps.html#ae2171b1e398bc7b40dbea0f4b30114ee">MinimapProps::Height</a></div><div class="ttdeci">int16_t Height</div><div class="ttdef"><b>Definition</b> Track.h:57</div></div>
|
||||
<div class="ttc" id="astructProperties_html"><div class="ttname"><a href="structProperties.html">Properties</a></div><div class="ttdef"><b>Definition</b> Track.h:90</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a02d92883b677bdb1f213852128b0c17a"><div class="ttname"><a href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Properties::Name</a></div><div class="ttdeci">char Name[128]</div><div class="ttdef"><b>Definition</b> Track.h:91</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a03cd75aab731622f02d631906ab7d481"><div class="ttname"><a href="structProperties.html#a03cd75aab731622f02d631906ab7d481">Properties::CloudTexture</a></div><div class="ttdeci">uint8_t * CloudTexture</div><div class="ttdef"><b>Definition</b> Track.h:110</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a2a82bd54b19123b9c4a4477c029baf80"><div class="ttname"><a href="structProperties.html#a2a82bd54b19123b9c4a4477c029baf80">Properties::PathTable2</a></div><div class="ttdeci">TrackPathPoint * PathTable2[5]</div><div class="ttdef"><b>Definition</b> Track.h:109</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a2e98c1e2daf66a1c8450e105f7ba5a4b"><div class="ttname"><a href="structProperties.html#a2e98c1e2daf66a1c8450e105f7ba5a4b">Properties::Clouds</a></div><div class="ttdeci">CloudData * Clouds</div><div class="ttdef"><b>Definition</b> Track.h:111</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a316fd9e1ee2dd9d91994a62086dd079d"><div class="ttname"><a href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">Properties::D_0D0096B8</a></div><div class="ttdeci">Vec4f D_0D0096B8</div><div class="ttdef"><b>Definition</b> Track.h:106</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a387dfb070695c9b1e218c5469512bc52"><div class="ttname"><a href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">Properties::CurveTargetSpeed</a></div><div class="ttdeci">Vec4f CurveTargetSpeed</div><div class="ttdef"><b>Definition</b> Track.h:104</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a4c4b787ed2d18f881ac2ce43a1568660"><div class="ttname"><a href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660">Properties::AIMaximumSeparation</a></div><div class="ttdeci">float AIMaximumSeparation</div><div class="ttdef"><b>Definition</b> Track.h:97</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a5a569b3eb054872e27543cf171a609c3"><div class="ttname"><a href="structProperties.html#a5a569b3eb054872e27543cf171a609c3">Properties::WaterLevel</a></div><div class="ttdeci">float WaterLevel</div><div class="ttdef"><b>Definition</b> Track.h:115</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a5bccedc8fe7f1ed2ec45f301b78b5be6"><div class="ttname"><a href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6">Properties::LakituTowType</a></div><div class="ttdeci">int32_t LakituTowType</div><div class="ttdef"><b>Definition</b> Track.h:94</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a5d03cff5d613b7f1bf327cc7c28158f9"><div class="ttname"><a href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">Properties::OffTrackTargetSpeed</a></div><div class="ttdeci">Vec4f OffTrackTargetSpeed</div><div class="ttdef"><b>Definition</b> Track.h:107</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a5ff4a55296adc51c015520728605b82c"><div class="ttname"><a href="structProperties.html#a5ff4a55296adc51c015520728605b82c">Properties::AISteeringSensitivity</a></div><div class="ttdeci">uint32_t AISteeringSensitivity</div><div class="ttdef"><b>Definition</b> Track.h:102</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a7a3eb51cc47be9c2bcbd1b2f18622f1e"><div class="ttname"><a href="structProperties.html#a7a3eb51cc47be9c2bcbd1b2f18622f1e">Properties::PathTable</a></div><div class="ttdeci">TrackPathPoint * PathTable[4]</div><div class="ttdef"><b>Definition</b> Track.h:108</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a7c6a3e0bc33fd62d0fc3880ecb0a16d0"><div class="ttname"><a href="structProperties.html#a7c6a3e0bc33fd62d0fc3880ecb0a16d0">Properties::AIBehaviour</a></div><div class="ttdeci">const char * AIBehaviour</div><div class="ttdef"><b>Definition</b> Track.h:96</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a9288c516957161c0c4d2c83d811f50fa"><div class="ttname"><a href="structProperties.html#a9288c516957161c0c4d2c83d811f50fa">Properties::PathSizes</a></div><div class="ttdeci">TrackPathSizes PathSizes</div><div class="ttdef"><b>Definition</b> Track.h:103</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ab4770f66f45517c45796bf048e326c83"><div class="ttname"><a href="structProperties.html#ab4770f66f45517c45796bf048e326c83">Properties::NearPersp</a></div><div class="ttdeci">float NearPersp</div><div class="ttdef"><b>Definition</b> Track.h:99</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ac3c175569725579891325503e37e0bce"><div class="ttname"><a href="structProperties.html#ac3c175569725579891325503e37e0bce">Properties::Skybox</a></div><div class="ttdeci">SkyboxColours Skybox</div><div class="ttdef"><b>Definition</b> Track.h:113</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ac648a9185de6ef81db7cc70f4ee08dea"><div class="ttname"><a href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea">Properties::AIMinimumSeparation</a></div><div class="ttdeci">float AIMinimumSeparation</div><div class="ttdef"><b>Definition</b> Track.h:98</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ac6c76f0d3fd68ef6f705442fa23cb028"><div class="ttname"><a href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">Properties::TrackLength</a></div><div class="ttdeci">char TrackLength[128]</div><div class="ttdef"><b>Definition</b> Track.h:93</div></div>
|
||||
<div class="ttc" id="astructProperties_html_acd753e07362c52af62ea8b632c50570e"><div class="ttname"><a href="structProperties.html#acd753e07362c52af62ea8b632c50570e">Properties::Sequence</a></div><div class="ttdeci">enum MusicSeq Sequence</div><div class="ttdef"><b>Definition</b> Track.h:114</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ace330536ddb7d9a9dc586ba6bd1bb46b"><div class="ttname"><a href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">Properties::AIDistance</a></div><div class="ttdeci">int16_t * AIDistance</div><div class="ttdef"><b>Definition</b> Track.h:101</div></div>
|
||||
<div class="ttc" id="astructProperties_html_acea54ae83279167c2b4de58d6cd232be"><div class="ttname"><a href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">Properties::DebugName</a></div><div class="ttdeci">char DebugName[128]</div><div class="ttdef"><b>Definition</b> Track.h:92</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ae58982c5d539015dea9697ac68c35970"><div class="ttname"><a href="structProperties.html#ae58982c5d539015dea9697ac68c35970">Properties::CloudList</a></div><div class="ttdeci">CloudData * CloudList</div><div class="ttdef"><b>Definition</b> Track.h:112</div></div>
|
||||
<div class="ttc" id="astructProperties_html_aeb221251bfd0ef55f3c357e590edfd71"><div class="ttname"><a href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71">Properties::FarPersp</a></div><div class="ttdeci">float FarPersp</div><div class="ttdef"><b>Definition</b> Track.h:100</div></div>
|
||||
<div class="ttc" id="astructProperties_html_aecbff1a07e347fac02490e5072977de1"><div class="ttname"><a href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Properties::Minimap</a></div><div class="ttdeci">MinimapProps Minimap</div><div class="ttdef"><b>Definition</b> Track.h:95</div></div>
|
||||
<div class="ttc" id="astructProperties_html_af839b1223590498402d9389a7218d2cc"><div class="ttname"><a href="structProperties.html#af839b1223590498402d9389a7218d2cc">Properties::NormalTargetSpeed</a></div><div class="ttdeci">Vec4f NormalTargetSpeed</div><div class="ttdef"><b>Definition</b> Track.h:105</div></div>
|
||||
<div class="ttc" id="astructProperties_html"><div class="ttname"><a href="structProperties.html">Properties</a></div><div class="ttdef"><b>Definition</b> Track.h:93</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a02d92883b677bdb1f213852128b0c17a"><div class="ttname"><a href="structProperties.html#a02d92883b677bdb1f213852128b0c17a">Properties::Name</a></div><div class="ttdeci">char Name[128]</div><div class="ttdef"><b>Definition</b> Track.h:94</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a03cd75aab731622f02d631906ab7d481"><div class="ttname"><a href="structProperties.html#a03cd75aab731622f02d631906ab7d481">Properties::CloudTexture</a></div><div class="ttdeci">uint8_t * CloudTexture</div><div class="ttdef"><b>Definition</b> Track.h:113</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a2a82bd54b19123b9c4a4477c029baf80"><div class="ttname"><a href="structProperties.html#a2a82bd54b19123b9c4a4477c029baf80">Properties::PathTable2</a></div><div class="ttdeci">TrackPathPoint * PathTable2[5]</div><div class="ttdef"><b>Definition</b> Track.h:112</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a2e98c1e2daf66a1c8450e105f7ba5a4b"><div class="ttname"><a href="structProperties.html#a2e98c1e2daf66a1c8450e105f7ba5a4b">Properties::Clouds</a></div><div class="ttdeci">CloudData * Clouds</div><div class="ttdef"><b>Definition</b> Track.h:114</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a316fd9e1ee2dd9d91994a62086dd079d"><div class="ttname"><a href="structProperties.html#a316fd9e1ee2dd9d91994a62086dd079d">Properties::D_0D0096B8</a></div><div class="ttdeci">Vec4f D_0D0096B8</div><div class="ttdef"><b>Definition</b> Track.h:109</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a387dfb070695c9b1e218c5469512bc52"><div class="ttname"><a href="structProperties.html#a387dfb070695c9b1e218c5469512bc52">Properties::CurveTargetSpeed</a></div><div class="ttdeci">Vec4f CurveTargetSpeed</div><div class="ttdef"><b>Definition</b> Track.h:107</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a4c4b787ed2d18f881ac2ce43a1568660"><div class="ttname"><a href="structProperties.html#a4c4b787ed2d18f881ac2ce43a1568660">Properties::AIMaximumSeparation</a></div><div class="ttdeci">float AIMaximumSeparation</div><div class="ttdef"><b>Definition</b> Track.h:100</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a5a569b3eb054872e27543cf171a609c3"><div class="ttname"><a href="structProperties.html#a5a569b3eb054872e27543cf171a609c3">Properties::WaterLevel</a></div><div class="ttdeci">float WaterLevel</div><div class="ttdef"><b>Definition</b> Track.h:118</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a5bccedc8fe7f1ed2ec45f301b78b5be6"><div class="ttname"><a href="structProperties.html#a5bccedc8fe7f1ed2ec45f301b78b5be6">Properties::LakituTowType</a></div><div class="ttdeci">int32_t LakituTowType</div><div class="ttdef"><b>Definition</b> Track.h:97</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a5d03cff5d613b7f1bf327cc7c28158f9"><div class="ttname"><a href="structProperties.html#a5d03cff5d613b7f1bf327cc7c28158f9">Properties::OffTrackTargetSpeed</a></div><div class="ttdeci">Vec4f OffTrackTargetSpeed</div><div class="ttdef"><b>Definition</b> Track.h:110</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a5ff4a55296adc51c015520728605b82c"><div class="ttname"><a href="structProperties.html#a5ff4a55296adc51c015520728605b82c">Properties::AISteeringSensitivity</a></div><div class="ttdeci">uint32_t AISteeringSensitivity</div><div class="ttdef"><b>Definition</b> Track.h:105</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a7a3eb51cc47be9c2bcbd1b2f18622f1e"><div class="ttname"><a href="structProperties.html#a7a3eb51cc47be9c2bcbd1b2f18622f1e">Properties::PathTable</a></div><div class="ttdeci">TrackPathPoint * PathTable[4]</div><div class="ttdef"><b>Definition</b> Track.h:111</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a7c6a3e0bc33fd62d0fc3880ecb0a16d0"><div class="ttname"><a href="structProperties.html#a7c6a3e0bc33fd62d0fc3880ecb0a16d0">Properties::AIBehaviour</a></div><div class="ttdeci">const char * AIBehaviour</div><div class="ttdef"><b>Definition</b> Track.h:99</div></div>
|
||||
<div class="ttc" id="astructProperties_html_a9288c516957161c0c4d2c83d811f50fa"><div class="ttname"><a href="structProperties.html#a9288c516957161c0c4d2c83d811f50fa">Properties::PathSizes</a></div><div class="ttdeci">TrackPathSizes PathSizes</div><div class="ttdef"><b>Definition</b> Track.h:106</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ab4770f66f45517c45796bf048e326c83"><div class="ttname"><a href="structProperties.html#ab4770f66f45517c45796bf048e326c83">Properties::NearPersp</a></div><div class="ttdeci">float NearPersp</div><div class="ttdef"><b>Definition</b> Track.h:102</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ac3c175569725579891325503e37e0bce"><div class="ttname"><a href="structProperties.html#ac3c175569725579891325503e37e0bce">Properties::Skybox</a></div><div class="ttdeci">SkyboxColours Skybox</div><div class="ttdef"><b>Definition</b> Track.h:116</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ac648a9185de6ef81db7cc70f4ee08dea"><div class="ttname"><a href="structProperties.html#ac648a9185de6ef81db7cc70f4ee08dea">Properties::AIMinimumSeparation</a></div><div class="ttdeci">float AIMinimumSeparation</div><div class="ttdef"><b>Definition</b> Track.h:101</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ac6c76f0d3fd68ef6f705442fa23cb028"><div class="ttname"><a href="structProperties.html#ac6c76f0d3fd68ef6f705442fa23cb028">Properties::TrackLength</a></div><div class="ttdeci">char TrackLength[128]</div><div class="ttdef"><b>Definition</b> Track.h:96</div></div>
|
||||
<div class="ttc" id="astructProperties_html_acd753e07362c52af62ea8b632c50570e"><div class="ttname"><a href="structProperties.html#acd753e07362c52af62ea8b632c50570e">Properties::Sequence</a></div><div class="ttdeci">enum MusicSeq Sequence</div><div class="ttdef"><b>Definition</b> Track.h:117</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ace330536ddb7d9a9dc586ba6bd1bb46b"><div class="ttname"><a href="structProperties.html#ace330536ddb7d9a9dc586ba6bd1bb46b">Properties::AIDistance</a></div><div class="ttdeci">int16_t * AIDistance</div><div class="ttdef"><b>Definition</b> Track.h:104</div></div>
|
||||
<div class="ttc" id="astructProperties_html_acea54ae83279167c2b4de58d6cd232be"><div class="ttname"><a href="structProperties.html#acea54ae83279167c2b4de58d6cd232be">Properties::DebugName</a></div><div class="ttdeci">char DebugName[128]</div><div class="ttdef"><b>Definition</b> Track.h:95</div></div>
|
||||
<div class="ttc" id="astructProperties_html_ae58982c5d539015dea9697ac68c35970"><div class="ttname"><a href="structProperties.html#ae58982c5d539015dea9697ac68c35970">Properties::CloudList</a></div><div class="ttdeci">CloudData * CloudList</div><div class="ttdef"><b>Definition</b> Track.h:115</div></div>
|
||||
<div class="ttc" id="astructProperties_html_aeb221251bfd0ef55f3c357e590edfd71"><div class="ttname"><a href="structProperties.html#aeb221251bfd0ef55f3c357e590edfd71">Properties::FarPersp</a></div><div class="ttdeci">float FarPersp</div><div class="ttdef"><b>Definition</b> Track.h:103</div></div>
|
||||
<div class="ttc" id="astructProperties_html_aecbff1a07e347fac02490e5072977de1"><div class="ttname"><a href="structProperties.html#aecbff1a07e347fac02490e5072977de1">Properties::Minimap</a></div><div class="ttdeci">MinimapProps Minimap</div><div class="ttdef"><b>Definition</b> Track.h:98</div></div>
|
||||
<div class="ttc" id="astructProperties_html_af839b1223590498402d9389a7218d2cc"><div class="ttname"><a href="structProperties.html#af839b1223590498402d9389a7218d2cc">Properties::NormalTargetSpeed</a></div><div class="ttdeci">Vec4f NormalTargetSpeed</div><div class="ttdef"><b>Definition</b> Track.h:108</div></div>
|
||||
<div class="ttc" id="astructRGB8_html"><div class="ttname"><a href="structRGB8.html">RGB8</a></div><div class="ttdef"><b>Definition</b> common_structs.h:427</div></div>
|
||||
<div class="ttc" id="astructSkyboxColours_html"><div class="ttname"><a href="structSkyboxColours.html">SkyboxColours</a></div><div class="ttdef"><b>Definition</b> Track.h:30</div></div>
|
||||
<div class="ttc" id="astructSkyboxColours_html_a00c9ce1642a26b9469556631de7c7243"><div class="ttname"><a href="structSkyboxColours.html#a00c9ce1642a26b9469556631de7c7243">SkyboxColours::BottomLeft</a></div><div class="ttdeci">RGB8 BottomLeft</div><div class="ttdef"><b>Definition</b> Track.h:33</div></div>
|
||||
@@ -576,12 +579,13 @@ $(function(){initNavTree('Track_8h_source.html',''); initResizable(true); });
|
||||
<div class="ttc" id="astructTrackPathPoint_html"><div class="ttname"><a href="structTrackPathPoint.html">TrackPathPoint</a></div><div class="ttdef"><b>Definition</b> waypoints.h:14</div></div>
|
||||
<div class="ttc" id="astructTrackPathSizes_html"><div class="ttname"><a href="structTrackPathSizes.html">TrackPathSizes</a></div><div class="ttdef"><b>Definition</b> path_spawn_metadata.h:9</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html"><div class="ttname"><a href="structTrackSections.html">TrackSections</a></div><div class="ttdef"><b>Definition</b> Track.h:81</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a4616695b955d9f9c5f654f2d8fb18430"><div class="ttname"><a href="structTrackSections.html#a4616695b955d9f9c5f654f2d8fb18430">TrackSections::crc</a></div><div class="ttdeci">uint64_t crc</div><div class="ttdef"><b>Definition</b> Track.h:82</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a53d5aca8370d2850514a4507044dcbd3"><div class="ttname"><a href="structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3">TrackSections::sectionId</a></div><div class="ttdeci">u8 sectionId</div><div class="ttdef"><b>Definition</b> Track.h:84</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a56bf37b419cfcea6ae9a23f780dc0036"><div class="ttname"><a href="structTrackSections.html#a56bf37b419cfcea6ae9a23f780dc0036">TrackSections::layer</a></div><div class="ttdeci">u16 layer</div><div class="ttdef"><b>Definition</b> Track.h:86</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a5da9422111f0325e591566d162776c1d"><div class="ttname"><a href="structTrackSections.html#a5da9422111f0325e591566d162776c1d">TrackSections::surfaceType</a></div><div class="ttdeci">u8 surfaceType</div><div class="ttdef"><b>Definition</b> Track.h:83</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a6219b6ddb7550ae609c95d393040bee5"><div class="ttname"><a href="structTrackSections.html#a6219b6ddb7550ae609c95d393040bee5">TrackSections::clip</a></div><div class="ttdeci">u16 clip</div><div class="ttdef"><b>Definition</b> Track.h:85</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a6c84330b0fdeedd8de40299c52ff4faf"><div class="ttname"><a href="structTrackSections.html#a6c84330b0fdeedd8de40299c52ff4faf">TrackSections::location</a></div><div class="ttdeci">Vec3f location</div><div class="ttdef"><b>Definition</b> Track.h:87</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a4616695b955d9f9c5f654f2d8fb18430"><div class="ttname"><a href="structTrackSections.html#a4616695b955d9f9c5f654f2d8fb18430">TrackSections::crc</a></div><div class="ttdeci">uint64_t crc</div><div class="ttdef"><b>Definition</b> Track.h:83</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a51b2e9bf9b66a5ce5795e47b31177990"><div class="ttname"><a href="structTrackSections.html#a51b2e9bf9b66a5ce5795e47b31177990">TrackSections::model</a></div><div class="ttdeci">void * model</div><div class="ttdef"><b>Definition</b> Track.h:84</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a53d5aca8370d2850514a4507044dcbd3"><div class="ttname"><a href="structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3">TrackSections::sectionId</a></div><div class="ttdeci">u8 sectionId</div><div class="ttdef"><b>Definition</b> Track.h:87</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a56bf37b419cfcea6ae9a23f780dc0036"><div class="ttname"><a href="structTrackSections.html#a56bf37b419cfcea6ae9a23f780dc0036">TrackSections::layer</a></div><div class="ttdeci">u16 layer</div><div class="ttdef"><b>Definition</b> Track.h:89</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a5da9422111f0325e591566d162776c1d"><div class="ttname"><a href="structTrackSections.html#a5da9422111f0325e591566d162776c1d">TrackSections::surfaceType</a></div><div class="ttdeci">u8 surfaceType</div><div class="ttdef"><b>Definition</b> Track.h:86</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a6219b6ddb7550ae609c95d393040bee5"><div class="ttname"><a href="structTrackSections.html#a6219b6ddb7550ae609c95d393040bee5">TrackSections::clip</a></div><div class="ttdeci">u16 clip</div><div class="ttdef"><b>Definition</b> Track.h:88</div></div>
|
||||
<div class="ttc" id="astructTrackSections_html_a6c84330b0fdeedd8de40299c52ff4faf"><div class="ttname"><a href="structTrackSections.html#a6c84330b0fdeedd8de40299c52ff4faf">TrackSections::location</a></div><div class="ttdeci">Vec3f location</div><div class="ttdef"><b>Definition</b> Track.h:90</div></div>
|
||||
<div class="ttc" id="astructWaterVolume_html"><div class="ttname"><a href="structWaterVolume.html">WaterVolume</a></div><div class="ttdef"><b>Definition</b> Track.h:46</div></div>
|
||||
<div class="ttc" id="astructWaterVolume_html_a31ecbcc71bbafd82069645202cba5953"><div class="ttname"><a href="structWaterVolume.html#a31ecbcc71bbafd82069645202cba5953">WaterVolume::Height</a></div><div class="ttdeci">float Height</div><div class="ttdef"><b>Definition</b> Track.h:47</div></div>
|
||||
<div class="ttc" id="astructWaterVolume_html_a714e6184ab84abaa2bdefa7a474a1143"><div class="ttname"><a href="structWaterVolume.html#a714e6184ab84abaa2bdefa7a474a1143">WaterVolume::MaxX</a></div><div class="ttdeci">float MaxX</div><div class="ttdef"><b>Definition</b> Track.h:49</div></div>
|
||||
|
||||
+451
-441
@@ -261,280 +261,288 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
|
||||
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#a5fd919ce89c0786852789ceacf5d690a"> 166</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structRailroadCrossing.html#a5fd919ce89c0786852789ceacf5d690a">flags</a>;</div>
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#ae8dffede0df7f0e6c6eef1e9c9a131d8"> 167</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structRailroadCrossing.html#ae8dffede0df7f0e6c6eef1e9c9a131d8">someTimer</a>;</div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#ab0b59419d7707e9d2f096730729ed2f5"> 168</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structRailroadCrossing.html#ab0b59419d7707e9d2f096730729ed2f5">crossingId</a>; <span class="comment">// unused now</span></div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78"> 169</a></span> <span class="comment">/* 0x08 */</span> <span class="keywordtype">void</span>* <a class="code hl_variable" href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78">crossingTrigger</a>; <span class="comment">// Crossing Trigger Class</span></div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e"> 170</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e">rot</a>;</div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#a0fbfb0fba4e5cadf01e818c2dc3ea23a"> 171</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structRailroadCrossing.html#a0fbfb0fba4e5cadf01e818c2dc3ea23a">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9"> 172</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">pos</a>;</div>
|
||||
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5"> 173</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5">velocity</a>;</div>
|
||||
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#ada3db7bde004fe66a5b0ff43eadc32dd"> 174</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structRailroadCrossing.html#ada3db7bde004fe66a5b0ff43eadc32dd">unk30</a>;</div>
|
||||
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6"> 175</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6">model</a>;</div>
|
||||
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <span class="keyword">struct </span>{</div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78"> 171</a></span> <span class="comment">/* 0x08 */</span> <span class="keywordtype">void</span>* <a class="code hl_variable" href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78">crossingTrigger</a>; <span class="comment">// Crossing Trigger Class</span></div>
|
||||
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> };</div>
|
||||
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> <span class="keyword">struct </span>{ <span class="comment">// original field in actors</span></div>
|
||||
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#ab9db8067085f28f314a19c64b7cad921"> 174</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structRailroadCrossing.html#ab9db8067085f28f314a19c64b7cad921">unk_08</a>;</div>
|
||||
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#abbe5b15da70c7c9cc2c357f6bff833e3"> 175</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structRailroadCrossing.html#abbe5b15da70c7c9cc2c357f6bff833e3">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> };</div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> };</div>
|
||||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e"> 178</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e">rot</a>;</div>
|
||||
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#a0fbfb0fba4e5cadf01e818c2dc3ea23a"> 179</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structRailroadCrossing.html#a0fbfb0fba4e5cadf01e818c2dc3ea23a">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9"> 180</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">pos</a>;</div>
|
||||
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5"> 181</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5">velocity</a>;</div>
|
||||
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#ada3db7bde004fe66a5b0ff43eadc32dd"> 182</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structRailroadCrossing.html#ada3db7bde004fe66a5b0ff43eadc32dd">unk30</a>;</div>
|
||||
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6"> 183</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6">model</a>;</div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> </div>
|
||||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span><span class="comment">// crossingTrigger might ruin struct size when compiled on 32 bit</span></div>
|
||||
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span><span class="keyword">static_assert</span>(<span class="keyword">sizeof</span>(<span class="keyword">struct </span><a class="code hl_struct" href="structRailroadCrossing.html">RailroadCrossing</a>) == <span class="keyword">sizeof</span>(<span class="keyword">struct </span><a class="code hl_struct" href="structActor.html">Actor</a>), <span class="stringliteral">"RailroadCrossing struct size does not match base struct size"</span>);</div>
|
||||
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div>
|
||||
<div class="foldopen" id="foldopen00181" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"><a class="line" href="structFallingRock.html"> 181</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structFallingRock.html">FallingRock</a> {</div>
|
||||
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"><a class="line" href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9"> 182</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9">type</a>;</div>
|
||||
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="structFallingRock.html#ae0a78cba9faef18d6ac212c5982d1065"> 183</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#ae0a78cba9faef18d6ac212c5982d1065">flags</a>;</div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"><a class="line" href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107"> 184</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107">respawnTimer</a>;</div>
|
||||
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="structFallingRock.html#a5e49dea5026d0b37a10275ebdb0b58cb"> 185</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#a5e49dea5026d0b37a10275ebdb0b58cb">unk_06</a>;</div>
|
||||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"><a class="line" href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564"> 186</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564">unk_08</a>;</div>
|
||||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"><a class="line" href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6"> 187</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"><a class="line" href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491"> 188</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491">rot</a>;</div>
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"><a class="line" href="structFallingRock.html#aa5bc8e9b49f55e2ed881d53e286f2e29"> 189</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#aa5bc8e9b49f55e2ed881d53e286f2e29">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"><a class="line" href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199"> 190</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">pos</a>;</div>
|
||||
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"><a class="line" href="structFallingRock.html#aaf8234241e92e7c55ad1a574d5e2fafc"> 191</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structFallingRock.html#aaf8234241e92e7c55ad1a574d5e2fafc">velocity</a>;</div>
|
||||
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"><a class="line" href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e"> 192</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e">unk30</a>;</div>
|
||||
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219"> 193</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219">model</a>;</div>
|
||||
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
|
||||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span><span class="comment">// crossingTrigger might ruin struct size when compiled on 32 bit</span></div>
|
||||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span><span class="keyword">static_assert</span>(<span class="keyword">sizeof</span>(<span class="keyword">struct </span><a class="code hl_struct" href="structRailroadCrossing.html">RailroadCrossing</a>) == <span class="keyword">sizeof</span>(<span class="keyword">struct </span><a class="code hl_struct" href="structActor.html">Actor</a>), <span class="stringliteral">"RailroadCrossing struct size does not match base struct size"</span>);</div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> </div>
|
||||
<div class="foldopen" id="foldopen00189" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"><a class="line" href="structFallingRock.html"> 189</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structFallingRock.html">FallingRock</a> {</div>
|
||||
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"><a class="line" href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9"> 190</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9">type</a>;</div>
|
||||
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"><a class="line" href="structFallingRock.html#ae0a78cba9faef18d6ac212c5982d1065"> 191</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#ae0a78cba9faef18d6ac212c5982d1065">flags</a>;</div>
|
||||
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"><a class="line" href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107"> 192</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107">respawnTimer</a>;</div>
|
||||
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="structFallingRock.html#a5e49dea5026d0b37a10275ebdb0b58cb"> 193</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#a5e49dea5026d0b37a10275ebdb0b58cb">unk_06</a>;</div>
|
||||
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564"> 194</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564">unk_08</a>;</div>
|
||||
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"><a class="line" href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6"> 195</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"><a class="line" href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491"> 196</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491">rot</a>;</div>
|
||||
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"><a class="line" href="structFallingRock.html#aa5bc8e9b49f55e2ed881d53e286f2e29"> 197</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structFallingRock.html#aa5bc8e9b49f55e2ed881d53e286f2e29">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"><a class="line" href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199"> 198</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">pos</a>;</div>
|
||||
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"><a class="line" href="structFallingRock.html#aaf8234241e92e7c55ad1a574d5e2fafc"> 199</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structFallingRock.html#aaf8234241e92e7c55ad1a574d5e2fafc">velocity</a>;</div>
|
||||
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e"> 200</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e">unk30</a>;</div>
|
||||
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"><a class="line" href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219"> 201</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219">model</a>;</div>
|
||||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> </div>
|
||||
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span><span class="keyword">struct </span><a class="code hl_struct" href="structActorSpawnData.html">ActorSpawnData</a> {</div>
|
||||
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <span class="comment">/* 0x00 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structActorSpawnData.html#accbc5f2097f1317afa9519a2e4d5833c">pos</a>;</div>
|
||||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <span class="comment">/* 0x06 */</span> u16 <a class="code hl_variable" href="structActorSpawnData.html#adbbe576bada169e0b7b635882881fcf8">someId</a>; <span class="comment">// Usually populated, but not necessarily used by all actors types</span></div>
|
||||
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structActorSpawnData.html#abe56902c1485bde757178d94912f36d6">signedSomeId</a>;</div>
|
||||
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> };</div>
|
||||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span>};</div>
|
||||
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> </div>
|
||||
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span><span class="comment">// Required for evaluate_collision_player_palm_trees due to diff size.</span></div>
|
||||
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span><span class="comment">// members unverified. data located at d_course_dks_jungle_parkway_tree_spawn</span></div>
|
||||
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span><span class="keyword">struct </span><a class="code hl_struct" href="structUnkActorSpawnData.html">UnkActorSpawnData</a> {</div>
|
||||
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> <span class="comment">/* 0x00 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structUnkActorSpawnData.html#a0504e28886dacafd17078992a6ec9239">pos</a>;</div>
|
||||
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> <span class="comment">// Techinically only the bottom byte of someId is the "id". The top byte is used for flags.</span></div>
|
||||
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <span class="comment">/* 0x06 */</span> <a class="code hl_enumvalue" href="namespaceSF64.html#a1130ee4440f43e7a45454de29f6bc813a396f387f2e22fb295b941df41a05f0dc">s16</a> <a class="code hl_variable" href="structUnkActorSpawnData.html#a33553f422d028601d6f3267daa4d047d">someId</a>;</div>
|
||||
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> <span class="comment">// Stores the tree's original Y position.</span></div>
|
||||
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> <span class="comment">/* 0x08 */</span> <a class="code hl_enumvalue" href="namespaceSF64.html#a1130ee4440f43e7a45454de29f6bc813a396f387f2e22fb295b941df41a05f0dc">s16</a> <a class="code hl_variable" href="structUnkActorSpawnData.html#afe80cda1214aceca98e2a0db099e2d7a">unk8</a>;</div>
|
||||
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span>};</div>
|
||||
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> </div>
|
||||
<div class="foldopen" id="foldopen00222" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html"> 222</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structYoshiValleyEgg.html">YoshiValleyEgg</a> {</div>
|
||||
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8"> 223</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8">type</a>;</div>
|
||||
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a697fefc9791a902b358368460f28c6d4"> 224</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a697fefc9791a902b358368460f28c6d4">flags</a>;</div>
|
||||
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#ac486de582beae25b78579fd195079111"> 225</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#ac486de582beae25b78579fd195079111">unk_04</a>;</div>
|
||||
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#ab647b34e2ed6932e70aba54660ef07ee"> 226</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#ab647b34e2ed6932e70aba54660ef07ee">unk_06</a>;</div>
|
||||
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a89e9111131ab6793977cd6be47c76116"> 227</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structYoshiValleyEgg.html#a89e9111131ab6793977cd6be47c76116">pathRadius</a>;</div>
|
||||
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9"> 228</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#afa5af4be9c951961bc44cff55f16574a"> 229</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#afa5af4be9c951961bc44cff55f16574a">pathRot</a>;</div>
|
||||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a310c040e760d3aa654300c466e7598f6"> 230</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a310c040e760d3aa654300c466e7598f6">eggRot</a>;</div>
|
||||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a0ab1923c00ae6a34e0ef6d397abb3a29"> 231</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a0ab1923c00ae6a34e0ef6d397abb3a29">unk_14</a>;</div>
|
||||
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a8a74a2489416bb29ba6e5e404e8aeb91"> 232</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a8a74a2489416bb29ba6e5e404e8aeb91">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2"> 233</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2">pos</a>;</div>
|
||||
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> <span class="comment">// Note, pathCenter[1] should be understood to be the Y velocity of the egg</span></div>
|
||||
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <span class="comment">// pathCenter[0] and pathCenter[2] are the X,Z coordinates of the center of the path</span></div>
|
||||
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#af69126005d92263176a9ab66e2d4672d"> 236</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structYoshiValleyEgg.html#af69126005d92263176a9ab66e2d4672d">pathCenter</a>;</div>
|
||||
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a217fb03109992b5767e9828e0784beb1"> 237</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structYoshiValleyEgg.html#a217fb03109992b5767e9828e0784beb1">unk30</a>;</div>
|
||||
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd"> 238</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd">model</a>;</div>
|
||||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span><span class="keyword">struct </span><a class="code hl_struct" href="structActorSpawnData.html">ActorSpawnData</a> {</div>
|
||||
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <span class="comment">/* 0x00 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structActorSpawnData.html#accbc5f2097f1317afa9519a2e4d5833c">pos</a>;</div>
|
||||
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <span class="comment">/* 0x06 */</span> u16 <a class="code hl_variable" href="structActorSpawnData.html#adbbe576bada169e0b7b635882881fcf8">someId</a>; <span class="comment">// Usually populated, but not necessarily used by all actors types</span></div>
|
||||
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structActorSpawnData.html#abe56902c1485bde757178d94912f36d6">signedSomeId</a>;</div>
|
||||
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> };</div>
|
||||
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span>};</div>
|
||||
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> </div>
|
||||
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span><span class="comment">// Required for evaluate_collision_player_palm_trees due to diff size.</span></div>
|
||||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span><span class="comment">// members unverified. data located at d_course_dks_jungle_parkway_tree_spawn</span></div>
|
||||
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span><span class="keyword">struct </span><a class="code hl_struct" href="structUnkActorSpawnData.html">UnkActorSpawnData</a> {</div>
|
||||
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> <span class="comment">/* 0x00 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structUnkActorSpawnData.html#a0504e28886dacafd17078992a6ec9239">pos</a>;</div>
|
||||
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <span class="comment">// Techinically only the bottom byte of someId is the "id". The top byte is used for flags.</span></div>
|
||||
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <span class="comment">/* 0x06 */</span> <a class="code hl_enumvalue" href="namespaceSF64.html#a1130ee4440f43e7a45454de29f6bc813a396f387f2e22fb295b941df41a05f0dc">s16</a> <a class="code hl_variable" href="structUnkActorSpawnData.html#a33553f422d028601d6f3267daa4d047d">someId</a>;</div>
|
||||
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <span class="comment">// Stores the tree's original Y position.</span></div>
|
||||
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="comment">/* 0x08 */</span> <a class="code hl_enumvalue" href="namespaceSF64.html#a1130ee4440f43e7a45454de29f6bc813a396f387f2e22fb295b941df41a05f0dc">s16</a> <a class="code hl_variable" href="structUnkActorSpawnData.html#afe80cda1214aceca98e2a0db099e2d7a">unk8</a>;</div>
|
||||
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span>};</div>
|
||||
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> </div>
|
||||
<div class="foldopen" id="foldopen00230" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html"> 230</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structYoshiValleyEgg.html">YoshiValleyEgg</a> {</div>
|
||||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8"> 231</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8">type</a>;</div>
|
||||
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a697fefc9791a902b358368460f28c6d4"> 232</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a697fefc9791a902b358368460f28c6d4">flags</a>;</div>
|
||||
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#ac486de582beae25b78579fd195079111"> 233</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#ac486de582beae25b78579fd195079111">unk_04</a>;</div>
|
||||
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#ab647b34e2ed6932e70aba54660ef07ee"> 234</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#ab647b34e2ed6932e70aba54660ef07ee">unk_06</a>;</div>
|
||||
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a89e9111131ab6793977cd6be47c76116"> 235</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structYoshiValleyEgg.html#a89e9111131ab6793977cd6be47c76116">pathRadius</a>;</div>
|
||||
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9"> 236</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#afa5af4be9c951961bc44cff55f16574a"> 237</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#afa5af4be9c951961bc44cff55f16574a">pathRot</a>;</div>
|
||||
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a310c040e760d3aa654300c466e7598f6"> 238</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a310c040e760d3aa654300c466e7598f6">eggRot</a>;</div>
|
||||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a0ab1923c00ae6a34e0ef6d397abb3a29"> 239</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a0ab1923c00ae6a34e0ef6d397abb3a29">unk_14</a>;</div>
|
||||
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a8a74a2489416bb29ba6e5e404e8aeb91"> 240</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structYoshiValleyEgg.html#a8a74a2489416bb29ba6e5e404e8aeb91">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2"> 241</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2">pos</a>;</div>
|
||||
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="comment">// Note, pathCenter[1] should be understood to be the Y velocity of the egg</span></div>
|
||||
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> <span class="comment">// pathCenter[0] and pathCenter[2] are the X,Z coordinates of the center of the path</span></div>
|
||||
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#af69126005d92263176a9ab66e2d4672d"> 244</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structYoshiValleyEgg.html#af69126005d92263176a9ab66e2d4672d">pathCenter</a>;</div>
|
||||
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a217fb03109992b5767e9828e0784beb1"> 245</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structYoshiValleyEgg.html#a217fb03109992b5767e9828e0784beb1">unk30</a>;</div>
|
||||
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"><a class="line" href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd"> 246</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd">model</a>;</div>
|
||||
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> </div>
|
||||
<div class="foldopen" id="foldopen00241" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html"> 241</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structKiwanoFruit.html">KiwanoFruit</a> {</div>
|
||||
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06"> 242</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06">type</a>;</div>
|
||||
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#aa0f27c3d651683f99a007212680bdf40"> 243</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#aa0f27c3d651683f99a007212680bdf40">flags</a>;</div>
|
||||
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> <span class="comment">/* 0x04 */</span> s16</div>
|
||||
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#ac2024c25671678292ad713fc6a337fe2"> 245</a></span> <a class="code hl_variable" href="structKiwanoFruit.html#ac2024c25671678292ad713fc6a337fe2">targetPlayer</a>; <span class="comment">// Id of the player this actor tracks. Each player has their own kiwano actor just for them</span></div>
|
||||
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#adf70a7f3dc53798340be6b62a77cdf43"> 246</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#adf70a7f3dc53798340be6b62a77cdf43">state</a>;</div>
|
||||
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a395221128fc4678e43d97556c14b0b75"> 247</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structKiwanoFruit.html#a395221128fc4678e43d97556c14b0b75">bonkTimer</a>; <span class="comment">// bonkState? Not sure what this is tracking, but its some form of count down that starts</span></div>
|
||||
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <span class="comment">// after the fruit hits you</span></div>
|
||||
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36"> 249</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a45799822f9f1e3ac2fd213a6012ff510"> 250</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a45799822f9f1e3ac2fd213a6012ff510">animState</a>;</div>
|
||||
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a74ede07f322e736b2e7ac5269352fc13"> 251</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a74ede07f322e736b2e7ac5269352fc13">animTimer</a>;</div>
|
||||
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a950aff93d9e44ce1ef637f94c0211df3"> 252</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a950aff93d9e44ce1ef637f94c0211df3">unk_14</a>;</div>
|
||||
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a84bcafb455436df44151349caf4f7946"> 253</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a84bcafb455436df44151349caf4f7946">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478"> 254</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">pos</a>;</div>
|
||||
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a42e01e9caa040b6c495d7d30a93536c2"> 255</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structKiwanoFruit.html#a42e01e9caa040b6c495d7d30a93536c2">velocity</a>;</div>
|
||||
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a33b682d0233daccaaa7f8f2a52e7f3ea"> 256</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structKiwanoFruit.html#a33b682d0233daccaaa7f8f2a52e7f3ea">unk30</a>;</div>
|
||||
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f"> 257</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f">model</a>;</div>
|
||||
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> </div>
|
||||
<div class="foldopen" id="foldopen00249" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html"> 249</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structKiwanoFruit.html">KiwanoFruit</a> {</div>
|
||||
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06"> 250</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06">type</a>;</div>
|
||||
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#aa0f27c3d651683f99a007212680bdf40"> 251</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#aa0f27c3d651683f99a007212680bdf40">flags</a>;</div>
|
||||
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> <span class="comment">/* 0x04 */</span> s16</div>
|
||||
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#ac2024c25671678292ad713fc6a337fe2"> 253</a></span> <a class="code hl_variable" href="structKiwanoFruit.html#ac2024c25671678292ad713fc6a337fe2">targetPlayer</a>; <span class="comment">// Id of the player this actor tracks. Each player has their own kiwano actor just for them</span></div>
|
||||
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#adf70a7f3dc53798340be6b62a77cdf43"> 254</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#adf70a7f3dc53798340be6b62a77cdf43">state</a>;</div>
|
||||
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a395221128fc4678e43d97556c14b0b75"> 255</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structKiwanoFruit.html#a395221128fc4678e43d97556c14b0b75">bonkTimer</a>; <span class="comment">// bonkState? Not sure what this is tracking, but its some form of count down that starts</span></div>
|
||||
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <span class="comment">// after the fruit hits you</span></div>
|
||||
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36"> 257</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a45799822f9f1e3ac2fd213a6012ff510"> 258</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a45799822f9f1e3ac2fd213a6012ff510">animState</a>;</div>
|
||||
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a74ede07f322e736b2e7ac5269352fc13"> 259</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a74ede07f322e736b2e7ac5269352fc13">animTimer</a>;</div>
|
||||
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a950aff93d9e44ce1ef637f94c0211df3"> 260</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a950aff93d9e44ce1ef637f94c0211df3">unk_14</a>;</div>
|
||||
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a84bcafb455436df44151349caf4f7946"> 261</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structKiwanoFruit.html#a84bcafb455436df44151349caf4f7946">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478"> 262</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">pos</a>;</div>
|
||||
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a42e01e9caa040b6c495d7d30a93536c2"> 263</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structKiwanoFruit.html#a42e01e9caa040b6c495d7d30a93536c2">velocity</a>;</div>
|
||||
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#a33b682d0233daccaaa7f8f2a52e7f3ea"> 264</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structKiwanoFruit.html#a33b682d0233daccaaa7f8f2a52e7f3ea">unk30</a>;</div>
|
||||
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"><a class="line" href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f"> 265</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f">model</a>;</div>
|
||||
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> </div>
|
||||
<div class="foldopen" id="foldopen00260" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html"> 260</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structPaddleWheelBoat.html">PaddleWheelBoat</a> {</div>
|
||||
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756"> 261</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756">type</a>;</div>
|
||||
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#ace185cb415d41e1c06c9551e82265cd1"> 262</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#ace185cb415d41e1c06c9551e82265cd1">flags</a>;</div>
|
||||
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a1f0605c31f4b5daac9882f80c2637117"> 263</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#a1f0605c31f4b5daac9882f80c2637117">unk_04</a>;</div>
|
||||
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28"> 264</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28">wheelRot</a>;</div>
|
||||
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268"> 265</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268">unk_08</a>;</div>
|
||||
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a4b167594716e305f92305e1b6c9e09a0"> 266</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structPaddleWheelBoat.html#a4b167594716e305f92305e1b6c9e09a0">unk_0C</a>;</div>
|
||||
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a13855281c1459077beb9a4e7f8478a37"> 267</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structPaddleWheelBoat.html#a13855281c1459077beb9a4e7f8478a37">boatRot</a>;</div>
|
||||
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a690a91c265b00229e06e8a37fb222902"> 268</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#a690a91c265b00229e06e8a37fb222902">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da"> 269</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">pos</a>;</div>
|
||||
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a2d7a35ed976dc26fb5925f0017c78d79"> 270</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPaddleWheelBoat.html#a2d7a35ed976dc26fb5925f0017c78d79">velocity</a>;</div>
|
||||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#aef82506c4c95dcbec21f80008b4816f2"> 271</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structPaddleWheelBoat.html#aef82506c4c95dcbec21f80008b4816f2">unk30</a>;</div>
|
||||
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052"> 272</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052">model</a>;</div>
|
||||
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> </div>
|
||||
<div class="foldopen" id="foldopen00268" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html"> 268</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structPaddleWheelBoat.html">PaddleWheelBoat</a> {</div>
|
||||
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756"> 269</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756">type</a>;</div>
|
||||
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#ace185cb415d41e1c06c9551e82265cd1"> 270</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#ace185cb415d41e1c06c9551e82265cd1">flags</a>;</div>
|
||||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a1f0605c31f4b5daac9882f80c2637117"> 271</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#a1f0605c31f4b5daac9882f80c2637117">unk_04</a>;</div>
|
||||
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28"> 272</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28">wheelRot</a>;</div>
|
||||
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268"> 273</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268">unk_08</a>;</div>
|
||||
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a4b167594716e305f92305e1b6c9e09a0"> 274</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structPaddleWheelBoat.html#a4b167594716e305f92305e1b6c9e09a0">unk_0C</a>;</div>
|
||||
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a13855281c1459077beb9a4e7f8478a37"> 275</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structPaddleWheelBoat.html#a13855281c1459077beb9a4e7f8478a37">boatRot</a>;</div>
|
||||
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a690a91c265b00229e06e8a37fb222902"> 276</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structPaddleWheelBoat.html#a690a91c265b00229e06e8a37fb222902">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da"> 277</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">pos</a>;</div>
|
||||
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#a2d7a35ed976dc26fb5925f0017c78d79"> 278</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPaddleWheelBoat.html#a2d7a35ed976dc26fb5925f0017c78d79">velocity</a>;</div>
|
||||
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#aef82506c4c95dcbec21f80008b4816f2"> 279</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structPaddleWheelBoat.html#aef82506c4c95dcbec21f80008b4816f2">unk30</a>;</div>
|
||||
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"><a class="line" href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052"> 280</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052">model</a>;</div>
|
||||
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> </div>
|
||||
<div class="foldopen" id="foldopen00275" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html"> 275</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structPiranhaPlant.html">PiranhaPlant</a> {</div>
|
||||
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178"> 276</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178">type</a>;</div>
|
||||
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219"> 277</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219">flags</a>;</div>
|
||||
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782"> 278</a></span> <span class="comment">/* 0x04 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a4bb48028df2f1919a4ee3cc3cc1ee8ea">Vec4s</a> <a class="code hl_variable" href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782">visibilityStates</a>; <span class="comment">// A per-camera visibilty state tracker</span></div>
|
||||
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99"> 279</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#acf6dec6072a42edb8ee8bdf7a04b3060"> 280</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a4bb48028df2f1919a4ee3cc3cc1ee8ea">Vec4s</a> <a class="code hl_variable" href="structPiranhaPlant.html#acf6dec6072a42edb8ee8bdf7a04b3060">unk10</a>;</div>
|
||||
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1"> 281</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">pos</a>;</div>
|
||||
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0"> 282</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a4bb48028df2f1919a4ee3cc3cc1ee8ea">Vec4s</a> <a class="code hl_variable" href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0">timers</a>; <span class="comment">// A per-camera timer. Might be more appropriate to call this state</span></div>
|
||||
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#aca59204d27dd23b1ac15f59e0cb51531"> 283</a></span> <span class="comment">/* 0x2C */</span> f32 <a class="code hl_variable" href="structPiranhaPlant.html#aca59204d27dd23b1ac15f59e0cb51531">unk_02C</a>;</div>
|
||||
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#a7694e56003d6e21b8dd659301bccab95"> 284</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structPiranhaPlant.html#a7694e56003d6e21b8dd659301bccab95">unk30</a>;</div>
|
||||
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44"> 285</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44">model</a>;</div>
|
||||
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> </div>
|
||||
<div class="foldopen" id="foldopen00283" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html"> 283</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structPiranhaPlant.html">PiranhaPlant</a> {</div>
|
||||
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178"> 284</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178">type</a>;</div>
|
||||
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219"> 285</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219">flags</a>;</div>
|
||||
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782"> 286</a></span> <span class="comment">/* 0x04 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a4bb48028df2f1919a4ee3cc3cc1ee8ea">Vec4s</a> <a class="code hl_variable" href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782">visibilityStates</a>; <span class="comment">// A per-camera visibilty state tracker</span></div>
|
||||
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99"> 287</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#acf6dec6072a42edb8ee8bdf7a04b3060"> 288</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a4bb48028df2f1919a4ee3cc3cc1ee8ea">Vec4s</a> <a class="code hl_variable" href="structPiranhaPlant.html#acf6dec6072a42edb8ee8bdf7a04b3060">unk10</a>;</div>
|
||||
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1"> 289</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">pos</a>;</div>
|
||||
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0"> 290</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a4bb48028df2f1919a4ee3cc3cc1ee8ea">Vec4s</a> <a class="code hl_variable" href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0">timers</a>; <span class="comment">// A per-camera timer. Might be more appropriate to call this state</span></div>
|
||||
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#aca59204d27dd23b1ac15f59e0cb51531"> 291</a></span> <span class="comment">/* 0x2C */</span> f32 <a class="code hl_variable" href="structPiranhaPlant.html#aca59204d27dd23b1ac15f59e0cb51531">unk_02C</a>;</div>
|
||||
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#a7694e56003d6e21b8dd659301bccab95"> 292</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structPiranhaPlant.html#a7694e56003d6e21b8dd659301bccab95">unk30</a>;</div>
|
||||
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"><a class="line" href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44"> 293</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44">model</a>;</div>
|
||||
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> </div>
|
||||
<div class="foldopen" id="foldopen00288" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"><a class="line" href="structPalmTree.html"> 288</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structPalmTree.html">PalmTree</a> {</div>
|
||||
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"><a class="line" href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b"> 289</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b">type</a>;</div>
|
||||
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"><a class="line" href="structPalmTree.html#a939bcfc384f24f1cafcf739c4fc2993c"> 290</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a939bcfc384f24f1cafcf739c4fc2993c">flags</a>;</div>
|
||||
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"><a class="line" href="structPalmTree.html#a8b06b5727e27aac50742e6e946840476"> 291</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a8b06b5727e27aac50742e6e946840476">variant</a>; <span class="comment">// four different types of palm trees</span></div>
|
||||
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"><a class="line" href="structPalmTree.html#a0ddd60ade4eb273f4c5292708ea8602c"> 292</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a0ddd60ade4eb273f4c5292708ea8602c">state</a>;</div>
|
||||
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"><a class="line" href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844"> 293</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844">unk_08</a>;</div>
|
||||
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"><a class="line" href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e"> 294</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"><a class="line" href="structPalmTree.html#a033cbccbbf4c3aa3d05a8fc23facb589"> 295</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structPalmTree.html#a033cbccbbf4c3aa3d05a8fc23facb589">rot</a>;</div>
|
||||
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"><a class="line" href="structPalmTree.html#a282ed5c4d56cc7999035b205a2949502"> 296</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a282ed5c4d56cc7999035b205a2949502">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"><a class="line" href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878"> 297</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">pos</a>;</div>
|
||||
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"><a class="line" href="structPalmTree.html#a93c02635c22b94d6574d65d9d7c8a63c"> 298</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPalmTree.html#a93c02635c22b94d6574d65d9d7c8a63c">velocity</a>;</div>
|
||||
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"><a class="line" href="structPalmTree.html#ad1fa675ac559032455ac1bf6c2d3c08f"> 299</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structPalmTree.html#ad1fa675ac559032455ac1bf6c2d3c08f">unk30</a>;</div>
|
||||
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"><a class="line" href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c"> 300</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c">model</a>;</div>
|
||||
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> </div>
|
||||
<div class="foldopen" id="foldopen00296" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"><a class="line" href="structPalmTree.html"> 296</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structPalmTree.html">PalmTree</a> {</div>
|
||||
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"><a class="line" href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b"> 297</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b">type</a>;</div>
|
||||
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"><a class="line" href="structPalmTree.html#a939bcfc384f24f1cafcf739c4fc2993c"> 298</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a939bcfc384f24f1cafcf739c4fc2993c">flags</a>;</div>
|
||||
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"><a class="line" href="structPalmTree.html#a8b06b5727e27aac50742e6e946840476"> 299</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a8b06b5727e27aac50742e6e946840476">variant</a>; <span class="comment">// four different types of palm trees</span></div>
|
||||
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"><a class="line" href="structPalmTree.html#a0ddd60ade4eb273f4c5292708ea8602c"> 300</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a0ddd60ade4eb273f4c5292708ea8602c">state</a>;</div>
|
||||
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"><a class="line" href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844"> 301</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844">unk_08</a>;</div>
|
||||
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"><a class="line" href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e"> 302</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"><a class="line" href="structPalmTree.html#a033cbccbbf4c3aa3d05a8fc23facb589"> 303</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structPalmTree.html#a033cbccbbf4c3aa3d05a8fc23facb589">rot</a>;</div>
|
||||
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"><a class="line" href="structPalmTree.html#a282ed5c4d56cc7999035b205a2949502"> 304</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structPalmTree.html#a282ed5c4d56cc7999035b205a2949502">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"><a class="line" href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878"> 305</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">pos</a>;</div>
|
||||
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"><a class="line" href="structPalmTree.html#a93c02635c22b94d6574d65d9d7c8a63c"> 306</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structPalmTree.html#a93c02635c22b94d6574d65d9d7c8a63c">velocity</a>;</div>
|
||||
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"><a class="line" href="structPalmTree.html#ad1fa675ac559032455ac1bf6c2d3c08f"> 307</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structPalmTree.html#ad1fa675ac559032455ac1bf6c2d3c08f">unk30</a>;</div>
|
||||
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"><a class="line" href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c"> 308</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c">model</a>;</div>
|
||||
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> </div>
|
||||
<div class="foldopen" id="foldopen00303" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"><a class="line" href="structTripleShellParent.html"> 303</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
||||
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6"> 304</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">type</a>;</div>
|
||||
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a9f53226334d467678c1b06c8dcc9a271"> 305</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a9f53226334d467678c1b06c8dcc9a271">flags</a>;</div>
|
||||
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a2699d0b153e58fa4d493bf3bdade2807"> 306</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a2699d0b153e58fa4d493bf3bdade2807">shellsAvailable</a>;</div>
|
||||
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a25ce5ab0e6ba023314d79736809ae8e4"> 307</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a25ce5ab0e6ba023314d79736809ae8e4">state</a>;</div>
|
||||
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a87dd46e584b3ba824152e886d15e4d4d"> 308</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structTripleShellParent.html#a87dd46e584b3ba824152e886d15e4d4d">firePressed</a>; <span class="comment">// Set to 1.0 when Z is pressed. Triggers if value higher than 0.0, acts like a boolean</span></div>
|
||||
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#ab112cfcae0d742c9c6ffdf56f90cf932"> 309</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structTripleShellParent.html#ab112cfcae0d742c9c6ffdf56f90cf932">unk_0C</a>;</div>
|
||||
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043"> 310</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043">rotVelocity</a>;</div>
|
||||
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a6f46018f343929e837263418298da3a2"> 311</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a6f46018f343929e837263418298da3a2">rotAngle</a>;</div>
|
||||
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a155bcf238c032e374d9de55e12e3c117"> 312</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a155bcf238c032e374d9de55e12e3c117">playerId</a>; <span class="comment">// Id of the player that "owns" the shells</span></div>
|
||||
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a767e1128055034a8ffa0ee37b29042f7"> 313</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a767e1128055034a8ffa0ee37b29042f7">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a3f1a969b7c2966d4897e163cfe0c00f7"> 314</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structTripleShellParent.html#a3f1a969b7c2966d4897e163cfe0c00f7">unk_18</a>;</div>
|
||||
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#ae15f5957e569bd7f57fb0fc1bc0a2934"> 315</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structTripleShellParent.html#ae15f5957e569bd7f57fb0fc1bc0a2934">shellIndices</a>; <span class="comment">// Indices in gActorList for the shells "owned" by this parent</span></div>
|
||||
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a13b6efc8edb8f17285a9f22419e4244a"> 316</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structTripleShellParent.html#a13b6efc8edb8f17285a9f22419e4244a">unk30</a>;</div>
|
||||
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1"> 317</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1">model</a>;</div>
|
||||
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span>} <a class="code hl_struct" href="structTripleShellParent.html">TripleShellParent</a>; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> </div>
|
||||
<div class="foldopen" id="foldopen00311" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"><a class="line" href="structTripleShellParent.html"> 311</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
||||
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6"> 312</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">type</a>;</div>
|
||||
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a9f53226334d467678c1b06c8dcc9a271"> 313</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a9f53226334d467678c1b06c8dcc9a271">flags</a>;</div>
|
||||
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a2699d0b153e58fa4d493bf3bdade2807"> 314</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a2699d0b153e58fa4d493bf3bdade2807">shellsAvailable</a>;</div>
|
||||
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a25ce5ab0e6ba023314d79736809ae8e4"> 315</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a25ce5ab0e6ba023314d79736809ae8e4">state</a>;</div>
|
||||
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a87dd46e584b3ba824152e886d15e4d4d"> 316</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structTripleShellParent.html#a87dd46e584b3ba824152e886d15e4d4d">firePressed</a>; <span class="comment">// Set to 1.0 when Z is pressed. Triggers if value higher than 0.0, acts like a boolean</span></div>
|
||||
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#ab112cfcae0d742c9c6ffdf56f90cf932"> 317</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structTripleShellParent.html#ab112cfcae0d742c9c6ffdf56f90cf932">unk_0C</a>;</div>
|
||||
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043"> 318</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043">rotVelocity</a>;</div>
|
||||
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a6f46018f343929e837263418298da3a2"> 319</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a6f46018f343929e837263418298da3a2">rotAngle</a>;</div>
|
||||
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a155bcf238c032e374d9de55e12e3c117"> 320</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a155bcf238c032e374d9de55e12e3c117">playerId</a>; <span class="comment">// Id of the player that "owns" the shells</span></div>
|
||||
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a767e1128055034a8ffa0ee37b29042f7"> 321</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structTripleShellParent.html#a767e1128055034a8ffa0ee37b29042f7">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a3f1a969b7c2966d4897e163cfe0c00f7"> 322</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structTripleShellParent.html#a3f1a969b7c2966d4897e163cfe0c00f7">unk_18</a>;</div>
|
||||
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#ae15f5957e569bd7f57fb0fc1bc0a2934"> 323</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structTripleShellParent.html#ae15f5957e569bd7f57fb0fc1bc0a2934">shellIndices</a>; <span class="comment">// Indices in gActorList for the shells "owned" by this parent</span></div>
|
||||
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#a13b6efc8edb8f17285a9f22419e4244a"> 324</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structTripleShellParent.html#a13b6efc8edb8f17285a9f22419e4244a">unk30</a>;</div>
|
||||
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"><a class="line" href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1"> 325</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1">model</a>;</div>
|
||||
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span>} <a class="code hl_struct" href="structTripleShellParent.html">TripleShellParent</a>; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> </div>
|
||||
<div class="foldopen" id="foldopen00320" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"><a class="line" href="structShellActor.html"> 320</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structShellActor.html">ShellActor</a> {</div>
|
||||
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"><a class="line" href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b"> 321</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">type</a>;</div>
|
||||
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"><a class="line" href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6"> 322</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6">flags</a>;</div>
|
||||
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> <span class="comment">// Index in gActorList for the parent actor of this shell</span></div>
|
||||
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <span class="comment">// Seems to pull double duty as a timer</span></div>
|
||||
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"><a class="line" href="structShellActor.html#ac40ddee32f5d1a093578e3f23ed76e0b"> 326</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structShellActor.html#ac40ddee32f5d1a093578e3f23ed76e0b">parentIndex</a>;</div>
|
||||
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"><a class="line" href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151"> 327</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151">someTimer</a>;</div>
|
||||
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> <span class="comment">// Red Shells only (maybe blue shells?)</span></div>
|
||||
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"><a class="line" href="structShellActor.html#ad503d4399dfef15a8aeb4cfec64ac155"> 329</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structShellActor.html#ad503d4399dfef15a8aeb4cfec64ac155">targetPlayer</a>; <span class="comment">// Player the shell is after</span></div>
|
||||
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> };</div>
|
||||
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"><a class="line" href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8"> 331</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8">state</a>;</div>
|
||||
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"><a class="line" href="structShellActor.html#a6d1756d5e7cf11fdb35eec5ef86c6951"> 332</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structShellActor.html#a6d1756d5e7cf11fdb35eec5ef86c6951">shellId</a>; <span class="comment">// 0, 1, or 2. Indicates which shell in the triplet this one is</span></div>
|
||||
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"><a class="line" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007"> 333</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"><a class="line" href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569"> 334</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569">rotVelocity</a>; <span class="comment">// Change in rotAngle on a per-update basis</span></div>
|
||||
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"><a class="line" href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565"> 336</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565">rotAngle</a>; <span class="comment">// Angle of rotation around player (or parent?), not the rotation of the shell itself</span></div>
|
||||
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"><a class="line" href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5"> 337</a></span> <span class="comment">/* 0x12 */</span> u16 <a class="code hl_variable" href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">pathIndex</a>; <span class="comment">// Index in the set of points that make up the "path" the red/blue shell follows (may</span></div>
|
||||
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> <span class="comment">// be GP mode exclusive)</span></div>
|
||||
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> };</div>
|
||||
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc"> 340</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc">playerId</a>; <span class="comment">// Id of the player that "owns" the shell</span></div>
|
||||
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"><a class="line" href="structShellActor.html#a3e3e92aa8acac3a0560b75ae34be6369"> 341</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a3e3e92aa8acac3a0560b75ae34be6369">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"><a class="line" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8"> 342</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>;</div>
|
||||
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"><a class="line" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910"> 343</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>; <span class="comment">// All 0 until the shell is fired</span></div>
|
||||
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"><a class="line" href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4"> 344</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">unk30</a>;</div>
|
||||
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"><a class="line" href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078"> 345</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078">model</a>;</div>
|
||||
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> </div>
|
||||
<div class="foldopen" id="foldopen00328" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"><a class="line" href="structShellActor.html"> 328</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structShellActor.html">ShellActor</a> {</div>
|
||||
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"><a class="line" href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b"> 329</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">type</a>;</div>
|
||||
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"><a class="line" href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6"> 330</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6">flags</a>;</div>
|
||||
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> <span class="comment">// Index in gActorList for the parent actor of this shell</span></div>
|
||||
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> <span class="comment">// Seems to pull double duty as a timer</span></div>
|
||||
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"><a class="line" href="structShellActor.html#ac40ddee32f5d1a093578e3f23ed76e0b"> 334</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structShellActor.html#ac40ddee32f5d1a093578e3f23ed76e0b">parentIndex</a>;</div>
|
||||
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"><a class="line" href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151"> 335</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151">someTimer</a>;</div>
|
||||
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> <span class="comment">// Red Shells only (maybe blue shells?)</span></div>
|
||||
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"><a class="line" href="structShellActor.html#ad503d4399dfef15a8aeb4cfec64ac155"> 337</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structShellActor.html#ad503d4399dfef15a8aeb4cfec64ac155">targetPlayer</a>; <span class="comment">// Player the shell is after</span></div>
|
||||
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> };</div>
|
||||
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"><a class="line" href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8"> 339</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8">state</a>;</div>
|
||||
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="structShellActor.html#a6d1756d5e7cf11fdb35eec5ef86c6951"> 340</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structShellActor.html#a6d1756d5e7cf11fdb35eec5ef86c6951">shellId</a>; <span class="comment">// 0, 1, or 2. Indicates which shell in the triplet this one is</span></div>
|
||||
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"><a class="line" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007"> 341</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"><a class="line" href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569"> 342</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569">rotVelocity</a>; <span class="comment">// Change in rotAngle on a per-update basis</span></div>
|
||||
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"><a class="line" href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565"> 344</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565">rotAngle</a>; <span class="comment">// Angle of rotation around player (or parent?), not the rotation of the shell itself</span></div>
|
||||
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"><a class="line" href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5"> 345</a></span> <span class="comment">/* 0x12 */</span> u16 <a class="code hl_variable" href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">pathIndex</a>; <span class="comment">// Index in the set of points that make up the "path" the red/blue shell follows (may</span></div>
|
||||
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> <span class="comment">// be GP mode exclusive)</span></div>
|
||||
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> };</div>
|
||||
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"><a class="line" href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc"> 348</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc">playerId</a>; <span class="comment">// Id of the player that "owns" the shell</span></div>
|
||||
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"><a class="line" href="structShellActor.html#a3e3e92aa8acac3a0560b75ae34be6369"> 349</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structShellActor.html#a3e3e92aa8acac3a0560b75ae34be6369">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"><a class="line" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8"> 350</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">pos</a>;</div>
|
||||
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"><a class="line" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910"> 351</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">velocity</a>; <span class="comment">// All 0 until the shell is fired</span></div>
|
||||
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"><a class="line" href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4"> 352</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">unk30</a>;</div>
|
||||
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"><a class="line" href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078"> 353</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078">model</a>;</div>
|
||||
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> </div>
|
||||
<div class="foldopen" id="foldopen00348" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"><a class="line" href="structItemBox.html"> 348</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structItemBox.html">ItemBox</a> {</div>
|
||||
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"><a class="line" href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664"> 349</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664">type</a>;</div>
|
||||
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"><a class="line" href="structItemBox.html#a160bba22d28fcae6f869677df5788390"> 350</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structItemBox.html#a160bba22d28fcae6f869677df5788390">flags</a>;</div>
|
||||
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"><a class="line" href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d"> 351</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d">someTimer</a>;</div>
|
||||
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"><a class="line" href="structItemBox.html#a8770643814f0a75ee870072d5600055a"> 352</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structItemBox.html#a8770643814f0a75ee870072d5600055a">state</a>;</div>
|
||||
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"><a class="line" href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f"> 353</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f">resetDistance</a>; <span class="comment">// Value added to the Y position when box is touched. Expected to be negative</span></div>
|
||||
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> <span class="comment">// Distance at which a player can activate the item box</span></div>
|
||||
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> <span class="comment">// Named "bounding box" to match the name used for the "size" of a kart</span></div>
|
||||
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"><a class="line" href="structItemBox.html#a6b37d97242511db5433fe8cface653a4"> 356</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structItemBox.html#a6b37d97242511db5433fe8cface653a4">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"><a class="line" href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7"> 357</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7">rot</a>;</div>
|
||||
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"><a class="line" href="structItemBox.html#afbe6f4cee304f147c300049c1e8b95b7"> 358</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structItemBox.html#afbe6f4cee304f147c300049c1e8b95b7">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"><a class="line" href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413"> 359</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">pos</a>;</div>
|
||||
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"><a class="line" href="structItemBox.html#a5710f43670047b82840061ec6362409c"> 360</a></span> <span class="comment">/* 0x24 */</span> f32 <a class="code hl_variable" href="structItemBox.html#a5710f43670047b82840061ec6362409c">origY</a>; <span class="comment">// Original Y position. Basically the Y position the box will reset to after being touched</span></div>
|
||||
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"><a class="line" href="structItemBox.html#a479e6887df34129f957616214f1cc426"> 361</a></span> <span class="comment">/* 0x28 */</span> f32 <a class="code hl_variable" href="structItemBox.html#a479e6887df34129f957616214f1cc426">unk_028</a>;</div>
|
||||
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"><a class="line" href="structItemBox.html#acbe8c0af0b7e62a73c6537404b952999"> 362</a></span> <span class="comment">/* 0x2C */</span> f32 <a class="code hl_variable" href="structItemBox.html#acbe8c0af0b7e62a73c6537404b952999">unk_02C</a>;</div>
|
||||
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"><a class="line" href="structItemBox.html#af8f78b9ee3b51c94f1c5e9492c06b54c"> 363</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structItemBox.html#af8f78b9ee3b51c94f1c5e9492c06b54c">unk30</a>;</div>
|
||||
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"><a class="line" href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc"> 364</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc">model</a>;</div>
|
||||
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> </div>
|
||||
<div class="foldopen" id="foldopen00356" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"><a class="line" href="structItemBox.html"> 356</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structItemBox.html">ItemBox</a> {</div>
|
||||
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"><a class="line" href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664"> 357</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664">type</a>;</div>
|
||||
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"><a class="line" href="structItemBox.html#a160bba22d28fcae6f869677df5788390"> 358</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structItemBox.html#a160bba22d28fcae6f869677df5788390">flags</a>;</div>
|
||||
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"><a class="line" href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d"> 359</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d">someTimer</a>;</div>
|
||||
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"><a class="line" href="structItemBox.html#a8770643814f0a75ee870072d5600055a"> 360</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structItemBox.html#a8770643814f0a75ee870072d5600055a">state</a>;</div>
|
||||
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"><a class="line" href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f"> 361</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f">resetDistance</a>; <span class="comment">// Value added to the Y position when box is touched. Expected to be negative</span></div>
|
||||
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <span class="comment">// Distance at which a player can activate the item box</span></div>
|
||||
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> <span class="comment">// Named "bounding box" to match the name used for the "size" of a kart</span></div>
|
||||
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"><a class="line" href="structItemBox.html#a6b37d97242511db5433fe8cface653a4"> 364</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structItemBox.html#a6b37d97242511db5433fe8cface653a4">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"><a class="line" href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7"> 365</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7">rot</a>;</div>
|
||||
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"><a class="line" href="structItemBox.html#afbe6f4cee304f147c300049c1e8b95b7"> 366</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structItemBox.html#afbe6f4cee304f147c300049c1e8b95b7">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"><a class="line" href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413"> 367</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">pos</a>;</div>
|
||||
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"><a class="line" href="structItemBox.html#a5710f43670047b82840061ec6362409c"> 368</a></span> <span class="comment">/* 0x24 */</span> f32 <a class="code hl_variable" href="structItemBox.html#a5710f43670047b82840061ec6362409c">origY</a>; <span class="comment">// Original Y position. Basically the Y position the box will reset to after being touched</span></div>
|
||||
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"><a class="line" href="structItemBox.html#a479e6887df34129f957616214f1cc426"> 369</a></span> <span class="comment">/* 0x28 */</span> f32 <a class="code hl_variable" href="structItemBox.html#a479e6887df34129f957616214f1cc426">unk_028</a>;</div>
|
||||
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"><a class="line" href="structItemBox.html#acbe8c0af0b7e62a73c6537404b952999"> 370</a></span> <span class="comment">/* 0x2C */</span> f32 <a class="code hl_variable" href="structItemBox.html#acbe8c0af0b7e62a73c6537404b952999">unk_02C</a>;</div>
|
||||
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"><a class="line" href="structItemBox.html#af8f78b9ee3b51c94f1c5e9492c06b54c"> 371</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structItemBox.html#af8f78b9ee3b51c94f1c5e9492c06b54c">unk30</a>;</div>
|
||||
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"><a class="line" href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc"> 372</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc">model</a>;</div>
|
||||
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> </div>
|
||||
<div class="foldopen" id="foldopen00367" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"><a class="line" href="structFakeItemBox.html"> 367</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structFakeItemBox.html">FakeItemBox</a> {</div>
|
||||
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660"> 368</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660">type</a>;</div>
|
||||
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a401fed8ebe4c593806a38769f84029f6"> 369</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#a401fed8ebe4c593806a38769f84029f6">flags</a>;</div>
|
||||
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a29e91595b541928305d78842ada268da"> 370</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#a29e91595b541928305d78842ada268da">someTimer</a>;</div>
|
||||
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4"> 371</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4">state</a>;</div>
|
||||
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d"> 372</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">sizeScaling</a>; <span class="comment">// Controls the size of the box</span></div>
|
||||
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1"> 373</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687"> 374</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687">rot</a>;</div>
|
||||
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#ad1acc2bc2fef7b5ed76382dc9fff8978"> 375</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#ad1acc2bc2fef7b5ed76382dc9fff8978">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63"> 376</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">pos</a>;</div>
|
||||
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a915ac8f7b08bc18610519794e39db176"> 377</a></span> <span class="comment">/* 0x24 */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#a915ac8f7b08bc18610519794e39db176">playerId</a>;</div>
|
||||
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a340c35ebd10c6000661e1edcf8a91e42"> 378</a></span> <span class="comment">/* 0x28 */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#a340c35ebd10c6000661e1edcf8a91e42">targetY</a>;</div>
|
||||
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#af8abef83f63456bc800357917aa3517c"> 379</a></span> <span class="comment">/* 0x2C */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#af8abef83f63456bc800357917aa3517c">unk_02C</a>;</div>
|
||||
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a82f986c6d7570407077c1c01bd53bcdb"> 380</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structFakeItemBox.html#a82f986c6d7570407077c1c01bd53bcdb">unk30</a>;</div>
|
||||
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87"> 381</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87">model</a>;</div>
|
||||
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> </div>
|
||||
<div class="foldopen" id="foldopen00375" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="structFakeItemBox.html"> 375</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structFakeItemBox.html">FakeItemBox</a> {</div>
|
||||
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660"> 376</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660">type</a>;</div>
|
||||
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a401fed8ebe4c593806a38769f84029f6"> 377</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#a401fed8ebe4c593806a38769f84029f6">flags</a>;</div>
|
||||
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a29e91595b541928305d78842ada268da"> 378</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#a29e91595b541928305d78842ada268da">someTimer</a>;</div>
|
||||
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4"> 379</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4">state</a>;</div>
|
||||
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d"> 380</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">sizeScaling</a>; <span class="comment">// Controls the size of the box</span></div>
|
||||
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1"> 381</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687"> 382</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687">rot</a>;</div>
|
||||
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#ad1acc2bc2fef7b5ed76382dc9fff8978"> 383</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structFakeItemBox.html#ad1acc2bc2fef7b5ed76382dc9fff8978">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63"> 384</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">pos</a>;</div>
|
||||
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a915ac8f7b08bc18610519794e39db176"> 385</a></span> <span class="comment">/* 0x24 */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#a915ac8f7b08bc18610519794e39db176">playerId</a>;</div>
|
||||
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a340c35ebd10c6000661e1edcf8a91e42"> 386</a></span> <span class="comment">/* 0x28 */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#a340c35ebd10c6000661e1edcf8a91e42">targetY</a>;</div>
|
||||
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#af8abef83f63456bc800357917aa3517c"> 387</a></span> <span class="comment">/* 0x2C */</span> f32 <a class="code hl_variable" href="structFakeItemBox.html#af8abef83f63456bc800357917aa3517c">unk_02C</a>;</div>
|
||||
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a82f986c6d7570407077c1c01bd53bcdb"> 388</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structFakeItemBox.html#a82f986c6d7570407077c1c01bd53bcdb">unk30</a>;</div>
|
||||
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"><a class="line" href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87"> 389</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87">model</a>;</div>
|
||||
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> </div>
|
||||
<div class="foldopen" id="foldopen00384" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html"> 384</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structBananaBunchParent.html">BananaBunchParent</a> {</div>
|
||||
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033"> 385</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033">type</a>;</div>
|
||||
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#abe346356b3aaefdd530f6e119deef37a"> 386</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#abe346356b3aaefdd530f6e119deef37a">flags</a>;</div>
|
||||
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a51be60b0ee4aaf0418157b25163904c2"> 387</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a51be60b0ee4aaf0418157b25163904c2">unk_04</a>;</div>
|
||||
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a4ea1e279d4c3e9c579dd740973c746fc"> 388</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a4ea1e279d4c3e9c579dd740973c746fc">state</a>;</div>
|
||||
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1"> 389</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1">unk_08</a>;</div>
|
||||
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#ace9ff16f10758860c1c120eb60d9cfc4"> 390</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structBananaBunchParent.html#ace9ff16f10758860c1c120eb60d9cfc4">unk_0C</a>;</div>
|
||||
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a1797405069f8c96889c9aeb59f5adbde"> 391</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a1797405069f8c96889c9aeb59f5adbde">playerId</a>; <span class="comment">// Player that own the bananas</span></div>
|
||||
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#abed61c26331a3ddf65be3ff692da89ae"> 392</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#abed61c26331a3ddf65be3ff692da89ae">bananaIndices</a>[5]; <span class="comment">// Indices in gActorList for the bananas owned by this parent</span></div>
|
||||
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a2bfe2004c8d1a9f6d97c9fa1d614fe03"> 393</a></span> <span class="comment">/* 0x1C */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a2bfe2004c8d1a9f6d97c9fa1d614fe03">bananasAvailable</a>;</div>
|
||||
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a9da96b458e7d1f0ddd3130cd3443cf36"> 394</a></span> <span class="comment">/* 0x1E */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a9da96b458e7d1f0ddd3130cd3443cf36">unk_1E</a>;</div>
|
||||
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#ad308ed0758aef4141ec5e6de8b8101f8"> 395</a></span> <span class="comment">/* 0x20 */</span> f32 <a class="code hl_variable" href="structBananaBunchParent.html#ad308ed0758aef4141ec5e6de8b8101f8">unk_20</a>[4];</div>
|
||||
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#ae1c190eae7f8f237b5a37aa109a3e7b5"> 396</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structBananaBunchParent.html#ae1c190eae7f8f237b5a37aa109a3e7b5">unk30</a>;</div>
|
||||
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c"> 397</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c">model</a>;</div>
|
||||
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> </div>
|
||||
<div class="foldopen" id="foldopen00392" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html"> 392</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structBananaBunchParent.html">BananaBunchParent</a> {</div>
|
||||
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033"> 393</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033">type</a>;</div>
|
||||
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#abe346356b3aaefdd530f6e119deef37a"> 394</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#abe346356b3aaefdd530f6e119deef37a">flags</a>;</div>
|
||||
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a51be60b0ee4aaf0418157b25163904c2"> 395</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a51be60b0ee4aaf0418157b25163904c2">unk_04</a>;</div>
|
||||
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a4ea1e279d4c3e9c579dd740973c746fc"> 396</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a4ea1e279d4c3e9c579dd740973c746fc">state</a>;</div>
|
||||
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1"> 397</a></span> <span class="comment">/* 0x08 */</span> f32 <a class="code hl_variable" href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1">unk_08</a>;</div>
|
||||
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#ace9ff16f10758860c1c120eb60d9cfc4"> 398</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structBananaBunchParent.html#ace9ff16f10758860c1c120eb60d9cfc4">unk_0C</a>;</div>
|
||||
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a1797405069f8c96889c9aeb59f5adbde"> 399</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a1797405069f8c96889c9aeb59f5adbde">playerId</a>; <span class="comment">// Player that own the bananas</span></div>
|
||||
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#abed61c26331a3ddf65be3ff692da89ae"> 400</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#abed61c26331a3ddf65be3ff692da89ae">bananaIndices</a>[5]; <span class="comment">// Indices in gActorList for the bananas owned by this parent</span></div>
|
||||
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a2bfe2004c8d1a9f6d97c9fa1d614fe03"> 401</a></span> <span class="comment">/* 0x1C */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a2bfe2004c8d1a9f6d97c9fa1d614fe03">bananasAvailable</a>;</div>
|
||||
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#a9da96b458e7d1f0ddd3130cd3443cf36"> 402</a></span> <span class="comment">/* 0x1E */</span> s16 <a class="code hl_variable" href="structBananaBunchParent.html#a9da96b458e7d1f0ddd3130cd3443cf36">unk_1E</a>;</div>
|
||||
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#ad308ed0758aef4141ec5e6de8b8101f8"> 403</a></span> <span class="comment">/* 0x20 */</span> f32 <a class="code hl_variable" href="structBananaBunchParent.html#ad308ed0758aef4141ec5e6de8b8101f8">unk_20</a>[4];</div>
|
||||
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#ae1c190eae7f8f237b5a37aa109a3e7b5"> 404</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structBananaBunchParent.html#ae1c190eae7f8f237b5a37aa109a3e7b5">unk30</a>;</div>
|
||||
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"><a class="line" href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c"> 405</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c">model</a>;</div>
|
||||
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> </div>
|
||||
<div class="foldopen" id="foldopen00400" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"><a class="line" href="structBananaActor.html"> 400</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structBananaActor.html">BananaActor</a> {</div>
|
||||
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"><a class="line" href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d"> 401</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d">type</a>;</div>
|
||||
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"><a class="line" href="structBananaActor.html#ac746bc7c825677ad4a7f3dc298808b4e"> 402</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ac746bc7c825677ad4a7f3dc298808b4e">flags</a>;</div>
|
||||
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"><a class="line" href="structBananaActor.html#ac39f5deb313095419b8e2d5a749b54a0"> 403</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ac39f5deb313095419b8e2d5a749b54a0">unk_04</a>;</div>
|
||||
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"><a class="line" href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6"> 404</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6">state</a>;</div>
|
||||
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"><a class="line" href="structBananaActor.html#ae924710af4c69beea980be8be2f7ad0e"> 405</a></span> <span class="comment">/* 0x08 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ae924710af4c69beea980be8be2f7ad0e">parentIndex</a>;</div>
|
||||
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"><a class="line" href="structBananaActor.html#ab30bfa430265f8e869e8b3ebf8bb9d03"> 406</a></span> <span class="comment">/* 0x0A */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ab30bfa430265f8e869e8b3ebf8bb9d03">bananaId</a>; <span class="comment">// ? Appears to indiciate which banana of the bunch this one is</span></div>
|
||||
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"><a class="line" href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b"> 407</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"><a class="line" href="structBananaActor.html#a125826669f88f4663fb32d45e39fb6de"> 409</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structBananaActor.html#a125826669f88f4663fb32d45e39fb6de">rot</a>;</div>
|
||||
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span> <span class="keyword">struct </span>{</div>
|
||||
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"><a class="line" href="structBananaActor.html#a72b8568471d0153d1c1989acdd0a4627"> 411</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#a72b8568471d0153d1c1989acdd0a4627">playerId</a>; <span class="comment">// Id of the player that owns this banana</span></div>
|
||||
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"><a class="line" href="structBananaActor.html#a7675553f8f43dd172f5dfe656509bb56"> 412</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#a7675553f8f43dd172f5dfe656509bb56">elderIndex</a>; <span class="comment">// Index in gActorList of the next-oldest banana in the bunch</span></div>
|
||||
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"><a class="line" href="structBananaActor.html#ad686614e95607653ffbf00b39cd10397"> 413</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ad686614e95607653ffbf00b39cd10397">youngerIndex</a>; <span class="comment">// Index in gActorList of the next-youngest banana in the bunch</span></div>
|
||||
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> };</div>
|
||||
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> };</div>
|
||||
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"><a class="line" href="structBananaActor.html#a4598dafe53e7c6710f6d31b33dc3cef6"> 416</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#a4598dafe53e7c6710f6d31b33dc3cef6">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"><a class="line" href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee"> 417</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">pos</a>;</div>
|
||||
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"><a class="line" href="structBananaActor.html#a10bc99e6eeda7a4c8c7368dc8df52777"> 418</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structBananaActor.html#a10bc99e6eeda7a4c8c7368dc8df52777">velocity</a>;</div>
|
||||
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"><a class="line" href="structBananaActor.html#a23b3c1167f55987ca33a44a544c1b000"> 419</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structBananaActor.html#a23b3c1167f55987ca33a44a544c1b000">unk30</a>;</div>
|
||||
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"><a class="line" href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239"> 420</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239">model</a>;</div>
|
||||
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> </div>
|
||||
<div class="foldopen" id="foldopen00408" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"><a class="line" href="structBananaActor.html"> 408</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structBananaActor.html">BananaActor</a> {</div>
|
||||
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"><a class="line" href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d"> 409</a></span> <span class="comment">/* 0x00 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d">type</a>;</div>
|
||||
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"><a class="line" href="structBananaActor.html#ac746bc7c825677ad4a7f3dc298808b4e"> 410</a></span> <span class="comment">/* 0x02 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ac746bc7c825677ad4a7f3dc298808b4e">flags</a>;</div>
|
||||
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"><a class="line" href="structBananaActor.html#ac39f5deb313095419b8e2d5a749b54a0"> 411</a></span> <span class="comment">/* 0x04 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ac39f5deb313095419b8e2d5a749b54a0">unk_04</a>;</div>
|
||||
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"><a class="line" href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6"> 412</a></span> <span class="comment">/* 0x06 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6">state</a>;</div>
|
||||
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"><a class="line" href="structBananaActor.html#ae924710af4c69beea980be8be2f7ad0e"> 413</a></span> <span class="comment">/* 0x08 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ae924710af4c69beea980be8be2f7ad0e">parentIndex</a>;</div>
|
||||
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"><a class="line" href="structBananaActor.html#ab30bfa430265f8e869e8b3ebf8bb9d03"> 414</a></span> <span class="comment">/* 0x0A */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ab30bfa430265f8e869e8b3ebf8bb9d03">bananaId</a>; <span class="comment">// ? Appears to indiciate which banana of the bunch this one is</span></div>
|
||||
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"><a class="line" href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b"> 415</a></span> <span class="comment">/* 0x0C */</span> f32 <a class="code hl_variable" href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">boundingBoxSize</a>;</div>
|
||||
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> <span class="keyword">union </span>{</div>
|
||||
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"><a class="line" href="structBananaActor.html#a125826669f88f4663fb32d45e39fb6de"> 417</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a> <a class="code hl_variable" href="structBananaActor.html#a125826669f88f4663fb32d45e39fb6de">rot</a>;</div>
|
||||
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> <span class="keyword">struct </span>{</div>
|
||||
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"><a class="line" href="structBananaActor.html#a72b8568471d0153d1c1989acdd0a4627"> 419</a></span> <span class="comment">/* 0x10 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#a72b8568471d0153d1c1989acdd0a4627">playerId</a>; <span class="comment">// Id of the player that owns this banana</span></div>
|
||||
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"><a class="line" href="structBananaActor.html#a7675553f8f43dd172f5dfe656509bb56"> 420</a></span> <span class="comment">/* 0x12 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#a7675553f8f43dd172f5dfe656509bb56">elderIndex</a>; <span class="comment">// Index in gActorList of the next-oldest banana in the bunch</span></div>
|
||||
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"><a class="line" href="structBananaActor.html#ad686614e95607653ffbf00b39cd10397"> 421</a></span> <span class="comment">/* 0x14 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#ad686614e95607653ffbf00b39cd10397">youngerIndex</a>; <span class="comment">// Index in gActorList of the next-youngest banana in the bunch</span></div>
|
||||
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> };</div>
|
||||
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span> };</div>
|
||||
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"><a class="line" href="structBananaActor.html#a4598dafe53e7c6710f6d31b33dc3cef6"> 424</a></span> <span class="comment">/* 0x16 */</span> s16 <a class="code hl_variable" href="structBananaActor.html#a4598dafe53e7c6710f6d31b33dc3cef6">unk_16</a>;</div>
|
||||
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"><a class="line" href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee"> 425</a></span> <span class="comment">/* 0x18 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">pos</a>;</div>
|
||||
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"><a class="line" href="structBananaActor.html#a10bc99e6eeda7a4c8c7368dc8df52777"> 426</a></span> <span class="comment">/* 0x24 */</span> <a class="code hl_typedef" href="common__structs_8h.html#a5290523279339ea495248ab3a36cb46e">Vec3f</a> <a class="code hl_variable" href="structBananaActor.html#a10bc99e6eeda7a4c8c7368dc8df52777">velocity</a>;</div>
|
||||
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"><a class="line" href="structBananaActor.html#a23b3c1167f55987ca33a44a544c1b000"> 427</a></span> <span class="comment">/* 0x30 */</span> <a class="code hl_struct" href="structCollision.html">Collision</a> <a class="code hl_variable" href="structBananaActor.html#a23b3c1167f55987ca33a44a544c1b000">unk30</a>;</div>
|
||||
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"><a class="line" href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239"> 428</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239">model</a>;</div>
|
||||
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span>}; <span class="comment">// size = 0x70</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> </div>
|
||||
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span><span class="comment">// #pragma GCC diagnostic pop</span></div>
|
||||
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span> </div>
|
||||
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span><span class="preprocessor">#endif </span><span class="comment">// ACTOR_TYPES_H</span></div>
|
||||
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> </div>
|
||||
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span><span class="comment">// #pragma GCC diagnostic pop</span></div>
|
||||
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span> </div>
|
||||
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span><span class="preprocessor">#endif </span><span class="comment">// ACTOR_TYPES_H</span></div>
|
||||
<div class="ttc" id="aactor__types_8h_html_a06ad3f803827afd107e7682c8c22d990"><div class="ttname"><a href="actor__types_8h.html#a06ad3f803827afd107e7682c8c22d990">ActorType</a></div><div class="ttdeci">ActorType</div><div class="ttdef"><b>Definition</b> actor_types.h:39</div></div>
|
||||
<div class="ttc" id="aactor__types_8h_html_a06ad3f803827afd107e7682c8c22d990a09a03f7e836a8bdfde7613865150d40a"><div class="ttname"><a href="actor__types_8h.html#a06ad3f803827afd107e7682c8c22d990a09a03f7e836a8bdfde7613865150d40a">ACTOR_UNKNOWN_0x14</a></div><div class="ttdeci">@ ACTOR_UNKNOWN_0x14</div><div class="ttdef"><b>Definition</b> actor_types.h:59</div></div>
|
||||
<div class="ttc" id="aactor__types_8h_html_a06ad3f803827afd107e7682c8c22d990a10850e8510f204fdd11831bba9357530"><div class="ttname"><a href="actor__types_8h.html#a06ad3f803827afd107e7682c8c22d990a10850e8510f204fdd11831bba9357530">ACTOR_BANANA_BUNCH</a></div><div class="ttdeci">@ ACTOR_BANANA_BUNCH</div><div class="ttdef"><b>Definition</b> actor_types.h:53</div></div>
|
||||
@@ -623,163 +631,165 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
|
||||
<div class="ttc" id="astructActor_html_af49bb0c1202a06dc594529a2e77249c6"><div class="ttname"><a href="structActor.html#af49bb0c1202a06dc594529a2e77249c6">Actor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:126</div></div>
|
||||
<div class="ttc" id="astructActor_html_afa1455dbf1a4698584ed8c501439692f"><div class="ttname"><a href="structActor.html#afa1455dbf1a4698584ed8c501439692f">Actor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:133</div></div>
|
||||
<div class="ttc" id="astructActor_html_afa5dea9480abaa994c912de779986ef9"><div class="ttname"><a href="structActor.html#afa5dea9480abaa994c912de779986ef9">Actor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:130</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:400</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a10bc99e6eeda7a4c8c7368dc8df52777"><div class="ttname"><a href="structBananaActor.html#a10bc99e6eeda7a4c8c7368dc8df52777">BananaActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:418</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a125826669f88f4663fb32d45e39fb6de"><div class="ttname"><a href="structBananaActor.html#a125826669f88f4663fb32d45e39fb6de">BananaActor::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:409</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a23b3c1167f55987ca33a44a544c1b000"><div class="ttname"><a href="structBananaActor.html#a23b3c1167f55987ca33a44a544c1b000">BananaActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:419</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a2c7136a31124c699629cd3d88562869b"><div class="ttname"><a href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">BananaActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:407</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a4598dafe53e7c6710f6d31b33dc3cef6"><div class="ttname"><a href="structBananaActor.html#a4598dafe53e7c6710f6d31b33dc3cef6">BananaActor::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:416</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a72b8568471d0153d1c1989acdd0a4627"><div class="ttname"><a href="structBananaActor.html#a72b8568471d0153d1c1989acdd0a4627">BananaActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:411</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a7675553f8f43dd172f5dfe656509bb56"><div class="ttname"><a href="structBananaActor.html#a7675553f8f43dd172f5dfe656509bb56">BananaActor::elderIndex</a></div><div class="ttdeci">s16 elderIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:412</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a81f389d1c3c8687bee8fdcb205690a4d"><div class="ttname"><a href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d">BananaActor::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:401</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a83d149d5f5dd3bdea515cb6d0ad6a0ee"><div class="ttname"><a href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:417</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ab30bfa430265f8e869e8b3ebf8bb9d03"><div class="ttname"><a href="structBananaActor.html#ab30bfa430265f8e869e8b3ebf8bb9d03">BananaActor::bananaId</a></div><div class="ttdeci">s16 bananaId</div><div class="ttdef"><b>Definition</b> actor_types.h:406</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ac39f5deb313095419b8e2d5a749b54a0"><div class="ttname"><a href="structBananaActor.html#ac39f5deb313095419b8e2d5a749b54a0">BananaActor::unk_04</a></div><div class="ttdeci">s16 unk_04</div><div class="ttdef"><b>Definition</b> actor_types.h:403</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ac746bc7c825677ad4a7f3dc298808b4e"><div class="ttname"><a href="structBananaActor.html#ac746bc7c825677ad4a7f3dc298808b4e">BananaActor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:402</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_acc5baf6872a8d72ff9c2e2d01e230239"><div class="ttname"><a href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239">BananaActor::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:420</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ad686614e95607653ffbf00b39cd10397"><div class="ttname"><a href="structBananaActor.html#ad686614e95607653ffbf00b39cd10397">BananaActor::youngerIndex</a></div><div class="ttdeci">s16 youngerIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:413</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ae924710af4c69beea980be8be2f7ad0e"><div class="ttname"><a href="structBananaActor.html#ae924710af4c69beea980be8be2f7ad0e">BananaActor::parentIndex</a></div><div class="ttdeci">s16 parentIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:405</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_af75dd2dea48081a38272afd39b13b0e6"><div class="ttname"><a href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6">BananaActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:404</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html"><div class="ttname"><a href="structBananaBunchParent.html">BananaBunchParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:384</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a1797405069f8c96889c9aeb59f5adbde"><div class="ttname"><a href="structBananaBunchParent.html#a1797405069f8c96889c9aeb59f5adbde">BananaBunchParent::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:391</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a2bfe2004c8d1a9f6d97c9fa1d614fe03"><div class="ttname"><a href="structBananaBunchParent.html#a2bfe2004c8d1a9f6d97c9fa1d614fe03">BananaBunchParent::bananasAvailable</a></div><div class="ttdeci">s16 bananasAvailable</div><div class="ttdef"><b>Definition</b> actor_types.h:393</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a4ea1e279d4c3e9c579dd740973c746fc"><div class="ttname"><a href="structBananaBunchParent.html#a4ea1e279d4c3e9c579dd740973c746fc">BananaBunchParent::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:388</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a51be60b0ee4aaf0418157b25163904c2"><div class="ttname"><a href="structBananaBunchParent.html#a51be60b0ee4aaf0418157b25163904c2">BananaBunchParent::unk_04</a></div><div class="ttdeci">s16 unk_04</div><div class="ttdef"><b>Definition</b> actor_types.h:387</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a523049b0bb754bb1474e316a939734e1"><div class="ttname"><a href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1">BananaBunchParent::unk_08</a></div><div class="ttdeci">f32 unk_08</div><div class="ttdef"><b>Definition</b> actor_types.h:389</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a9da96b458e7d1f0ddd3130cd3443cf36"><div class="ttname"><a href="structBananaBunchParent.html#a9da96b458e7d1f0ddd3130cd3443cf36">BananaBunchParent::unk_1E</a></div><div class="ttdeci">s16 unk_1E</div><div class="ttdef"><b>Definition</b> actor_types.h:394</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_abe346356b3aaefdd530f6e119deef37a"><div class="ttname"><a href="structBananaBunchParent.html#abe346356b3aaefdd530f6e119deef37a">BananaBunchParent::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:386</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_abed61c26331a3ddf65be3ff692da89ae"><div class="ttname"><a href="structBananaBunchParent.html#abed61c26331a3ddf65be3ff692da89ae">BananaBunchParent::bananaIndices</a></div><div class="ttdeci">s16 bananaIndices[5]</div><div class="ttdef"><b>Definition</b> actor_types.h:392</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_ace9ff16f10758860c1c120eb60d9cfc4"><div class="ttname"><a href="structBananaBunchParent.html#ace9ff16f10758860c1c120eb60d9cfc4">BananaBunchParent::unk_0C</a></div><div class="ttdeci">f32 unk_0C</div><div class="ttdef"><b>Definition</b> actor_types.h:390</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_ad308ed0758aef4141ec5e6de8b8101f8"><div class="ttname"><a href="structBananaBunchParent.html#ad308ed0758aef4141ec5e6de8b8101f8">BananaBunchParent::unk_20</a></div><div class="ttdeci">f32 unk_20[4]</div><div class="ttdef"><b>Definition</b> actor_types.h:395</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_ae1c190eae7f8f237b5a37aa109a3e7b5"><div class="ttname"><a href="structBananaBunchParent.html#ae1c190eae7f8f237b5a37aa109a3e7b5">BananaBunchParent::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:396</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_ae8c91dc7d2c31c3f0b10b7cbc1952f5c"><div class="ttname"><a href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c">BananaBunchParent::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:397</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_afb695515f0750a61ead8bda3c38cd033"><div class="ttname"><a href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033">BananaBunchParent::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:385</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:408</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a10bc99e6eeda7a4c8c7368dc8df52777"><div class="ttname"><a href="structBananaActor.html#a10bc99e6eeda7a4c8c7368dc8df52777">BananaActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:426</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a125826669f88f4663fb32d45e39fb6de"><div class="ttname"><a href="structBananaActor.html#a125826669f88f4663fb32d45e39fb6de">BananaActor::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:417</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a23b3c1167f55987ca33a44a544c1b000"><div class="ttname"><a href="structBananaActor.html#a23b3c1167f55987ca33a44a544c1b000">BananaActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:427</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a2c7136a31124c699629cd3d88562869b"><div class="ttname"><a href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">BananaActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:415</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a4598dafe53e7c6710f6d31b33dc3cef6"><div class="ttname"><a href="structBananaActor.html#a4598dafe53e7c6710f6d31b33dc3cef6">BananaActor::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:424</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a72b8568471d0153d1c1989acdd0a4627"><div class="ttname"><a href="structBananaActor.html#a72b8568471d0153d1c1989acdd0a4627">BananaActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:419</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a7675553f8f43dd172f5dfe656509bb56"><div class="ttname"><a href="structBananaActor.html#a7675553f8f43dd172f5dfe656509bb56">BananaActor::elderIndex</a></div><div class="ttdeci">s16 elderIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:420</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a81f389d1c3c8687bee8fdcb205690a4d"><div class="ttname"><a href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d">BananaActor::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:409</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a83d149d5f5dd3bdea515cb6d0ad6a0ee"><div class="ttname"><a href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:425</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ab30bfa430265f8e869e8b3ebf8bb9d03"><div class="ttname"><a href="structBananaActor.html#ab30bfa430265f8e869e8b3ebf8bb9d03">BananaActor::bananaId</a></div><div class="ttdeci">s16 bananaId</div><div class="ttdef"><b>Definition</b> actor_types.h:414</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ac39f5deb313095419b8e2d5a749b54a0"><div class="ttname"><a href="structBananaActor.html#ac39f5deb313095419b8e2d5a749b54a0">BananaActor::unk_04</a></div><div class="ttdeci">s16 unk_04</div><div class="ttdef"><b>Definition</b> actor_types.h:411</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ac746bc7c825677ad4a7f3dc298808b4e"><div class="ttname"><a href="structBananaActor.html#ac746bc7c825677ad4a7f3dc298808b4e">BananaActor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:410</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_acc5baf6872a8d72ff9c2e2d01e230239"><div class="ttname"><a href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239">BananaActor::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:428</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ad686614e95607653ffbf00b39cd10397"><div class="ttname"><a href="structBananaActor.html#ad686614e95607653ffbf00b39cd10397">BananaActor::youngerIndex</a></div><div class="ttdeci">s16 youngerIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:421</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_ae924710af4c69beea980be8be2f7ad0e"><div class="ttname"><a href="structBananaActor.html#ae924710af4c69beea980be8be2f7ad0e">BananaActor::parentIndex</a></div><div class="ttdeci">s16 parentIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:413</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_af75dd2dea48081a38272afd39b13b0e6"><div class="ttname"><a href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6">BananaActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:412</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html"><div class="ttname"><a href="structBananaBunchParent.html">BananaBunchParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:392</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a1797405069f8c96889c9aeb59f5adbde"><div class="ttname"><a href="structBananaBunchParent.html#a1797405069f8c96889c9aeb59f5adbde">BananaBunchParent::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:399</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a2bfe2004c8d1a9f6d97c9fa1d614fe03"><div class="ttname"><a href="structBananaBunchParent.html#a2bfe2004c8d1a9f6d97c9fa1d614fe03">BananaBunchParent::bananasAvailable</a></div><div class="ttdeci">s16 bananasAvailable</div><div class="ttdef"><b>Definition</b> actor_types.h:401</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a4ea1e279d4c3e9c579dd740973c746fc"><div class="ttname"><a href="structBananaBunchParent.html#a4ea1e279d4c3e9c579dd740973c746fc">BananaBunchParent::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:396</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a51be60b0ee4aaf0418157b25163904c2"><div class="ttname"><a href="structBananaBunchParent.html#a51be60b0ee4aaf0418157b25163904c2">BananaBunchParent::unk_04</a></div><div class="ttdeci">s16 unk_04</div><div class="ttdef"><b>Definition</b> actor_types.h:395</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a523049b0bb754bb1474e316a939734e1"><div class="ttname"><a href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1">BananaBunchParent::unk_08</a></div><div class="ttdeci">f32 unk_08</div><div class="ttdef"><b>Definition</b> actor_types.h:397</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_a9da96b458e7d1f0ddd3130cd3443cf36"><div class="ttname"><a href="structBananaBunchParent.html#a9da96b458e7d1f0ddd3130cd3443cf36">BananaBunchParent::unk_1E</a></div><div class="ttdeci">s16 unk_1E</div><div class="ttdef"><b>Definition</b> actor_types.h:402</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_abe346356b3aaefdd530f6e119deef37a"><div class="ttname"><a href="structBananaBunchParent.html#abe346356b3aaefdd530f6e119deef37a">BananaBunchParent::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:394</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_abed61c26331a3ddf65be3ff692da89ae"><div class="ttname"><a href="structBananaBunchParent.html#abed61c26331a3ddf65be3ff692da89ae">BananaBunchParent::bananaIndices</a></div><div class="ttdeci">s16 bananaIndices[5]</div><div class="ttdef"><b>Definition</b> actor_types.h:400</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_ace9ff16f10758860c1c120eb60d9cfc4"><div class="ttname"><a href="structBananaBunchParent.html#ace9ff16f10758860c1c120eb60d9cfc4">BananaBunchParent::unk_0C</a></div><div class="ttdeci">f32 unk_0C</div><div class="ttdef"><b>Definition</b> actor_types.h:398</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_ad308ed0758aef4141ec5e6de8b8101f8"><div class="ttname"><a href="structBananaBunchParent.html#ad308ed0758aef4141ec5e6de8b8101f8">BananaBunchParent::unk_20</a></div><div class="ttdeci">f32 unk_20[4]</div><div class="ttdef"><b>Definition</b> actor_types.h:403</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_ae1c190eae7f8f237b5a37aa109a3e7b5"><div class="ttname"><a href="structBananaBunchParent.html#ae1c190eae7f8f237b5a37aa109a3e7b5">BananaBunchParent::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:404</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_ae8c91dc7d2c31c3f0b10b7cbc1952f5c"><div class="ttname"><a href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c">BananaBunchParent::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:405</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html_afb695515f0750a61ead8bda3c38cd033"><div class="ttname"><a href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033">BananaBunchParent::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:393</div></div>
|
||||
<div class="ttc" id="astructCollision_html"><div class="ttname"><a href="structCollision.html">Collision</a></div><div class="ttdef"><b>Definition</b> common_structs.h:147</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:367</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a06e10891852bdc853b439ca471992687"><div class="ttname"><a href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687">FakeItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:374</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a24d5f66ab329d7f302742e0dbc81ac87"><div class="ttname"><a href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87">FakeItemBox::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:381</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a29e91595b541928305d78842ada268da"><div class="ttname"><a href="structFakeItemBox.html#a29e91595b541928305d78842ada268da">FakeItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:370</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a340c35ebd10c6000661e1edcf8a91e42"><div class="ttname"><a href="structFakeItemBox.html#a340c35ebd10c6000661e1edcf8a91e42">FakeItemBox::targetY</a></div><div class="ttdeci">f32 targetY</div><div class="ttdef"><b>Definition</b> actor_types.h:378</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a401fed8ebe4c593806a38769f84029f6"><div class="ttname"><a href="structFakeItemBox.html#a401fed8ebe4c593806a38769f84029f6">FakeItemBox::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:369</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a616ed6fc7508f5dd63992646880f1fd1"><div class="ttname"><a href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">FakeItemBox::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:373</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a746708f466ee6c64434cae235b79f39d"><div class="ttname"><a href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">FakeItemBox::sizeScaling</a></div><div class="ttdeci">f32 sizeScaling</div><div class="ttdef"><b>Definition</b> actor_types.h:372</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a82f986c6d7570407077c1c01bd53bcdb"><div class="ttname"><a href="structFakeItemBox.html#a82f986c6d7570407077c1c01bd53bcdb">FakeItemBox::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:380</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a915ac8f7b08bc18610519794e39db176"><div class="ttname"><a href="structFakeItemBox.html#a915ac8f7b08bc18610519794e39db176">FakeItemBox::playerId</a></div><div class="ttdeci">f32 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:377</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ac40351f6f80e83eeb4f2821d38f25bb4"><div class="ttname"><a href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4">FakeItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:371</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ad1acc2bc2fef7b5ed76382dc9fff8978"><div class="ttname"><a href="structFakeItemBox.html#ad1acc2bc2fef7b5ed76382dc9fff8978">FakeItemBox::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:375</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_adcadd689481f522875279387ed5d0660"><div class="ttname"><a href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660">FakeItemBox::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:368</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ae6a281aea1539ac409a2165be5686c63"><div class="ttname"><a href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:376</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_af8abef83f63456bc800357917aa3517c"><div class="ttname"><a href="structFakeItemBox.html#af8abef83f63456bc800357917aa3517c">FakeItemBox::unk_02C</a></div><div class="ttdeci">f32 unk_02C</div><div class="ttdef"><b>Definition</b> actor_types.h:379</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html"><div class="ttname"><a href="structFallingRock.html">FallingRock</a></div><div class="ttdef"><b>Definition</b> actor_types.h:181</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a1813485d40d1ba84720c6ac416bd685e"><div class="ttname"><a href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e">FallingRock::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:192</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a2f0889a792eb41e695782460e49b4107"><div class="ttname"><a href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107">FallingRock::respawnTimer</a></div><div class="ttdeci">s16 respawnTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:184</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a373091fb2a25dcdb1a895dba44078564"><div class="ttname"><a href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564">FallingRock::unk_08</a></div><div class="ttdeci">f32 unk_08</div><div class="ttdef"><b>Definition</b> actor_types.h:186</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a4e01cc977edd28d2b84aecb215980491"><div class="ttname"><a href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491">FallingRock::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:188</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a5e49dea5026d0b37a10275ebdb0b58cb"><div class="ttname"><a href="structFallingRock.html#a5e49dea5026d0b37a10275ebdb0b58cb">FallingRock::unk_06</a></div><div class="ttdeci">s16 unk_06</div><div class="ttdef"><b>Definition</b> actor_types.h:185</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a9132acc2c2159d25dd0d752e4fa5f199"><div class="ttname"><a href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:190</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a9d637a307a47bb3f4ac97acf65669fc6"><div class="ttname"><a href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6">FallingRock::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:187</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_aa5bc8e9b49f55e2ed881d53e286f2e29"><div class="ttname"><a href="structFallingRock.html#aa5bc8e9b49f55e2ed881d53e286f2e29">FallingRock::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:189</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_aaf8234241e92e7c55ad1a574d5e2fafc"><div class="ttname"><a href="structFallingRock.html#aaf8234241e92e7c55ad1a574d5e2fafc">FallingRock::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:191</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_ad5d8e6c753785be4c17e80f1778813f9"><div class="ttname"><a href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9">FallingRock::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:182</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_ae0a78cba9faef18d6ac212c5982d1065"><div class="ttname"><a href="structFallingRock.html#ae0a78cba9faef18d6ac212c5982d1065">FallingRock::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:183</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_ae2dfd7d3ef692dfa924b63e4980bd219"><div class="ttname"><a href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219">FallingRock::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:193</div></div>
|
||||
<div class="ttc" id="astructItemBox_html"><div class="ttname"><a href="structItemBox.html">ItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:348</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a0da3ae45931357d0c3e53712f842069d"><div class="ttname"><a href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d">ItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:351</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a160bba22d28fcae6f869677df5788390"><div class="ttname"><a href="structItemBox.html#a160bba22d28fcae6f869677df5788390">ItemBox::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:350</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a479e6887df34129f957616214f1cc426"><div class="ttname"><a href="structItemBox.html#a479e6887df34129f957616214f1cc426">ItemBox::unk_028</a></div><div class="ttdeci">f32 unk_028</div><div class="ttdef"><b>Definition</b> actor_types.h:361</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a5710f43670047b82840061ec6362409c"><div class="ttname"><a href="structItemBox.html#a5710f43670047b82840061ec6362409c">ItemBox::origY</a></div><div class="ttdeci">f32 origY</div><div class="ttdef"><b>Definition</b> actor_types.h:360</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a6b37d97242511db5433fe8cface653a4"><div class="ttname"><a href="structItemBox.html#a6b37d97242511db5433fe8cface653a4">ItemBox::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:356</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a759e68102fd37f6cac8bc11822bc9664"><div class="ttname"><a href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664">ItemBox::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:349</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a7a0945c90ee7304aa05729d0b59a4413"><div class="ttname"><a href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:359</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8770643814f0a75ee870072d5600055a"><div class="ttname"><a href="structItemBox.html#a8770643814f0a75ee870072d5600055a">ItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:352</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8eb9f33bf219f7ee75c996a558e74a2f"><div class="ttname"><a href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f">ItemBox::resetDistance</a></div><div class="ttdeci">f32 resetDistance</div><div class="ttdef"><b>Definition</b> actor_types.h:353</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_aa61066eefb600fd439ffca1deb6beecc"><div class="ttname"><a href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc">ItemBox::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:364</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_aad7a9f46654608486a15ebd5251b70e7"><div class="ttname"><a href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7">ItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:357</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_acbe8c0af0b7e62a73c6537404b952999"><div class="ttname"><a href="structItemBox.html#acbe8c0af0b7e62a73c6537404b952999">ItemBox::unk_02C</a></div><div class="ttdeci">f32 unk_02C</div><div class="ttdef"><b>Definition</b> actor_types.h:362</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_af8f78b9ee3b51c94f1c5e9492c06b54c"><div class="ttname"><a href="structItemBox.html#af8f78b9ee3b51c94f1c5e9492c06b54c">ItemBox::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:363</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_afbe6f4cee304f147c300049c1e8b95b7"><div class="ttname"><a href="structItemBox.html#afbe6f4cee304f147c300049c1e8b95b7">ItemBox::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:358</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html"><div class="ttname"><a href="structKiwanoFruit.html">KiwanoFruit</a></div><div class="ttdef"><b>Definition</b> actor_types.h:241</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a188f60f643194dc691ea02d9a4ca5e36"><div class="ttname"><a href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36">KiwanoFruit::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:249</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a33b682d0233daccaaa7f8f2a52e7f3ea"><div class="ttname"><a href="structKiwanoFruit.html#a33b682d0233daccaaa7f8f2a52e7f3ea">KiwanoFruit::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:256</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a395221128fc4678e43d97556c14b0b75"><div class="ttname"><a href="structKiwanoFruit.html#a395221128fc4678e43d97556c14b0b75">KiwanoFruit::bonkTimer</a></div><div class="ttdeci">f32 bonkTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:247</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a42e01e9caa040b6c495d7d30a93536c2"><div class="ttname"><a href="structKiwanoFruit.html#a42e01e9caa040b6c495d7d30a93536c2">KiwanoFruit::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:255</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a45799822f9f1e3ac2fd213a6012ff510"><div class="ttname"><a href="structKiwanoFruit.html#a45799822f9f1e3ac2fd213a6012ff510">KiwanoFruit::animState</a></div><div class="ttdeci">s16 animState</div><div class="ttdef"><b>Definition</b> actor_types.h:250</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a74ede07f322e736b2e7ac5269352fc13"><div class="ttname"><a href="structKiwanoFruit.html#a74ede07f322e736b2e7ac5269352fc13">KiwanoFruit::animTimer</a></div><div class="ttdeci">s16 animTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:251</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a75579b57acf1c579a4d1c76630e63d06"><div class="ttname"><a href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06">KiwanoFruit::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:242</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a84bcafb455436df44151349caf4f7946"><div class="ttname"><a href="structKiwanoFruit.html#a84bcafb455436df44151349caf4f7946">KiwanoFruit::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:253</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a950aff93d9e44ce1ef637f94c0211df3"><div class="ttname"><a href="structKiwanoFruit.html#a950aff93d9e44ce1ef637f94c0211df3">KiwanoFruit::unk_14</a></div><div class="ttdeci">s16 unk_14</div><div class="ttdef"><b>Definition</b> actor_types.h:252</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_aa0f27c3d651683f99a007212680bdf40"><div class="ttname"><a href="structKiwanoFruit.html#aa0f27c3d651683f99a007212680bdf40">KiwanoFruit::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:243</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_ac2024c25671678292ad713fc6a337fe2"><div class="ttname"><a href="structKiwanoFruit.html#ac2024c25671678292ad713fc6a337fe2">KiwanoFruit::targetPlayer</a></div><div class="ttdeci">s16 targetPlayer</div><div class="ttdef"><b>Definition</b> actor_types.h:245</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_ac3f39d0c46c091b04cb44a6dbc51a478"><div class="ttname"><a href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">KiwanoFruit::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:254</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_adf70a7f3dc53798340be6b62a77cdf43"><div class="ttname"><a href="structKiwanoFruit.html#adf70a7f3dc53798340be6b62a77cdf43">KiwanoFruit::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:246</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_af729769e8645be38eacc0d73e46f442f"><div class="ttname"><a href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f">KiwanoFruit::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:257</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html"><div class="ttname"><a href="structPaddleWheelBoat.html">PaddleWheelBoat</a></div><div class="ttdef"><b>Definition</b> actor_types.h:260</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a04c8b0f00d8fa9d26e2190baacca43da"><div class="ttname"><a href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">PaddleWheelBoat::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:269</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a13855281c1459077beb9a4e7f8478a37"><div class="ttname"><a href="structPaddleWheelBoat.html#a13855281c1459077beb9a4e7f8478a37">PaddleWheelBoat::boatRot</a></div><div class="ttdeci">Vec3s boatRot</div><div class="ttdef"><b>Definition</b> actor_types.h:267</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a1f0605c31f4b5daac9882f80c2637117"><div class="ttname"><a href="structPaddleWheelBoat.html#a1f0605c31f4b5daac9882f80c2637117">PaddleWheelBoat::unk_04</a></div><div class="ttdeci">s16 unk_04</div><div class="ttdef"><b>Definition</b> actor_types.h:263</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a2d7a35ed976dc26fb5925f0017c78d79"><div class="ttname"><a href="structPaddleWheelBoat.html#a2d7a35ed976dc26fb5925f0017c78d79">PaddleWheelBoat::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:270</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a4b167594716e305f92305e1b6c9e09a0"><div class="ttname"><a href="structPaddleWheelBoat.html#a4b167594716e305f92305e1b6c9e09a0">PaddleWheelBoat::unk_0C</a></div><div class="ttdeci">f32 unk_0C</div><div class="ttdef"><b>Definition</b> actor_types.h:266</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a500f0d5169fa8601aaba11cf13514b28"><div class="ttname"><a href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28">PaddleWheelBoat::wheelRot</a></div><div class="ttdeci">s16 wheelRot</div><div class="ttdef"><b>Definition</b> actor_types.h:264</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a690a91c265b00229e06e8a37fb222902"><div class="ttname"><a href="structPaddleWheelBoat.html#a690a91c265b00229e06e8a37fb222902">PaddleWheelBoat::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:268</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_acae546f754e8b0f66afe45c6f28e3268"><div class="ttname"><a href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268">PaddleWheelBoat::unk_08</a></div><div class="ttdeci">f32 unk_08</div><div class="ttdef"><b>Definition</b> actor_types.h:265</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_ace185cb415d41e1c06c9551e82265cd1"><div class="ttname"><a href="structPaddleWheelBoat.html#ace185cb415d41e1c06c9551e82265cd1">PaddleWheelBoat::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:262</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_ad0d6d44e3080845246da23854683a756"><div class="ttname"><a href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756">PaddleWheelBoat::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:261</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_aec9fa21a1ff1f51cce7065102f8f8052"><div class="ttname"><a href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052">PaddleWheelBoat::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:272</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_aef82506c4c95dcbec21f80008b4816f2"><div class="ttname"><a href="structPaddleWheelBoat.html#aef82506c4c95dcbec21f80008b4816f2">PaddleWheelBoat::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:271</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html"><div class="ttname"><a href="structPalmTree.html">PalmTree</a></div><div class="ttdef"><b>Definition</b> actor_types.h:288</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a033cbccbbf4c3aa3d05a8fc23facb589"><div class="ttname"><a href="structPalmTree.html#a033cbccbbf4c3aa3d05a8fc23facb589">PalmTree::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:295</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a0ddd60ade4eb273f4c5292708ea8602c"><div class="ttname"><a href="structPalmTree.html#a0ddd60ade4eb273f4c5292708ea8602c">PalmTree::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:292</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a1e77cf569eede02407cdde66a34fe85b"><div class="ttname"><a href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b">PalmTree::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:289</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a282ed5c4d56cc7999035b205a2949502"><div class="ttname"><a href="structPalmTree.html#a282ed5c4d56cc7999035b205a2949502">PalmTree::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:296</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a333d6df0703b3cb4b86945f6f9d92844"><div class="ttname"><a href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844">PalmTree::unk_08</a></div><div class="ttdeci">f32 unk_08</div><div class="ttdef"><b>Definition</b> actor_types.h:293</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a8b06b5727e27aac50742e6e946840476"><div class="ttname"><a href="structPalmTree.html#a8b06b5727e27aac50742e6e946840476">PalmTree::variant</a></div><div class="ttdeci">s16 variant</div><div class="ttdef"><b>Definition</b> actor_types.h:291</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a939bcfc384f24f1cafcf739c4fc2993c"><div class="ttname"><a href="structPalmTree.html#a939bcfc384f24f1cafcf739c4fc2993c">PalmTree::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:290</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a93c02635c22b94d6574d65d9d7c8a63c"><div class="ttname"><a href="structPalmTree.html#a93c02635c22b94d6574d65d9d7c8a63c">PalmTree::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:298</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_aab98b54e5e080dd6ee5a38abf70fb878"><div class="ttname"><a href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">PalmTree::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:297</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_ab8dd8bc6495301f31df1f0da71bbfd1c"><div class="ttname"><a href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c">PalmTree::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:300</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_ace572a25b85eac080632ea918c504a5e"><div class="ttname"><a href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e">PalmTree::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:294</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_ad1fa675ac559032455ac1bf6c2d3c08f"><div class="ttname"><a href="structPalmTree.html#ad1fa675ac559032455ac1bf6c2d3c08f">PalmTree::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:299</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html"><div class="ttname"><a href="structPiranhaPlant.html">PiranhaPlant</a></div><div class="ttdef"><b>Definition</b> actor_types.h:275</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a2b920e708ce2c7685c5fec09e7dda782"><div class="ttname"><a href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782">PiranhaPlant::visibilityStates</a></div><div class="ttdeci">Vec4s visibilityStates</div><div class="ttdef"><b>Definition</b> actor_types.h:278</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a62fcae398f68d69ce22ffb421b1a6178"><div class="ttname"><a href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178">PiranhaPlant::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:276</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a7694e56003d6e21b8dd659301bccab95"><div class="ttname"><a href="structPiranhaPlant.html#a7694e56003d6e21b8dd659301bccab95">PiranhaPlant::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:284</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aad0102ae4844055bddecf89439f28ba0"><div class="ttname"><a href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0">PiranhaPlant::timers</a></div><div class="ttdeci">Vec4s timers</div><div class="ttdef"><b>Definition</b> actor_types.h:282</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aca59204d27dd23b1ac15f59e0cb51531"><div class="ttname"><a href="structPiranhaPlant.html#aca59204d27dd23b1ac15f59e0cb51531">PiranhaPlant::unk_02C</a></div><div class="ttdeci">f32 unk_02C</div><div class="ttdef"><b>Definition</b> actor_types.h:283</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_acf6dec6072a42edb8ee8bdf7a04b3060"><div class="ttname"><a href="structPiranhaPlant.html#acf6dec6072a42edb8ee8bdf7a04b3060">PiranhaPlant::unk10</a></div><div class="ttdeci">Vec4s unk10</div><div class="ttdef"><b>Definition</b> actor_types.h:280</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_ad9575ca8feb0dd623f567ee2212e2e44"><div class="ttname"><a href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44">PiranhaPlant::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:285</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aec862d0090299aa8f8aa11bef08e9219"><div class="ttname"><a href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219">PiranhaPlant::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:277</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_af186852c5086a31a6361caaa2ea8a5f1"><div class="ttname"><a href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:281</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_af22abddb59fcb36737df3688f7e0bf99"><div class="ttname"><a href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99">PiranhaPlant::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:279</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:375</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a06e10891852bdc853b439ca471992687"><div class="ttname"><a href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687">FakeItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:382</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a24d5f66ab329d7f302742e0dbc81ac87"><div class="ttname"><a href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87">FakeItemBox::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:389</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a29e91595b541928305d78842ada268da"><div class="ttname"><a href="structFakeItemBox.html#a29e91595b541928305d78842ada268da">FakeItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:378</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a340c35ebd10c6000661e1edcf8a91e42"><div class="ttname"><a href="structFakeItemBox.html#a340c35ebd10c6000661e1edcf8a91e42">FakeItemBox::targetY</a></div><div class="ttdeci">f32 targetY</div><div class="ttdef"><b>Definition</b> actor_types.h:386</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a401fed8ebe4c593806a38769f84029f6"><div class="ttname"><a href="structFakeItemBox.html#a401fed8ebe4c593806a38769f84029f6">FakeItemBox::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:377</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a616ed6fc7508f5dd63992646880f1fd1"><div class="ttname"><a href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">FakeItemBox::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:381</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a746708f466ee6c64434cae235b79f39d"><div class="ttname"><a href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">FakeItemBox::sizeScaling</a></div><div class="ttdeci">f32 sizeScaling</div><div class="ttdef"><b>Definition</b> actor_types.h:380</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a82f986c6d7570407077c1c01bd53bcdb"><div class="ttname"><a href="structFakeItemBox.html#a82f986c6d7570407077c1c01bd53bcdb">FakeItemBox::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:388</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a915ac8f7b08bc18610519794e39db176"><div class="ttname"><a href="structFakeItemBox.html#a915ac8f7b08bc18610519794e39db176">FakeItemBox::playerId</a></div><div class="ttdeci">f32 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:385</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ac40351f6f80e83eeb4f2821d38f25bb4"><div class="ttname"><a href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4">FakeItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:379</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ad1acc2bc2fef7b5ed76382dc9fff8978"><div class="ttname"><a href="structFakeItemBox.html#ad1acc2bc2fef7b5ed76382dc9fff8978">FakeItemBox::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:383</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_adcadd689481f522875279387ed5d0660"><div class="ttname"><a href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660">FakeItemBox::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:376</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ae6a281aea1539ac409a2165be5686c63"><div class="ttname"><a href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:384</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_af8abef83f63456bc800357917aa3517c"><div class="ttname"><a href="structFakeItemBox.html#af8abef83f63456bc800357917aa3517c">FakeItemBox::unk_02C</a></div><div class="ttdeci">f32 unk_02C</div><div class="ttdef"><b>Definition</b> actor_types.h:387</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html"><div class="ttname"><a href="structFallingRock.html">FallingRock</a></div><div class="ttdef"><b>Definition</b> actor_types.h:189</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a1813485d40d1ba84720c6ac416bd685e"><div class="ttname"><a href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e">FallingRock::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:200</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a2f0889a792eb41e695782460e49b4107"><div class="ttname"><a href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107">FallingRock::respawnTimer</a></div><div class="ttdeci">s16 respawnTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:192</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a373091fb2a25dcdb1a895dba44078564"><div class="ttname"><a href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564">FallingRock::unk_08</a></div><div class="ttdeci">f32 unk_08</div><div class="ttdef"><b>Definition</b> actor_types.h:194</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a4e01cc977edd28d2b84aecb215980491"><div class="ttname"><a href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491">FallingRock::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:196</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a5e49dea5026d0b37a10275ebdb0b58cb"><div class="ttname"><a href="structFallingRock.html#a5e49dea5026d0b37a10275ebdb0b58cb">FallingRock::unk_06</a></div><div class="ttdeci">s16 unk_06</div><div class="ttdef"><b>Definition</b> actor_types.h:193</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a9132acc2c2159d25dd0d752e4fa5f199"><div class="ttname"><a href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:198</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a9d637a307a47bb3f4ac97acf65669fc6"><div class="ttname"><a href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6">FallingRock::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:195</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_aa5bc8e9b49f55e2ed881d53e286f2e29"><div class="ttname"><a href="structFallingRock.html#aa5bc8e9b49f55e2ed881d53e286f2e29">FallingRock::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:197</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_aaf8234241e92e7c55ad1a574d5e2fafc"><div class="ttname"><a href="structFallingRock.html#aaf8234241e92e7c55ad1a574d5e2fafc">FallingRock::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:199</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_ad5d8e6c753785be4c17e80f1778813f9"><div class="ttname"><a href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9">FallingRock::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:190</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_ae0a78cba9faef18d6ac212c5982d1065"><div class="ttname"><a href="structFallingRock.html#ae0a78cba9faef18d6ac212c5982d1065">FallingRock::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:191</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_ae2dfd7d3ef692dfa924b63e4980bd219"><div class="ttname"><a href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219">FallingRock::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:201</div></div>
|
||||
<div class="ttc" id="astructItemBox_html"><div class="ttname"><a href="structItemBox.html">ItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:356</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a0da3ae45931357d0c3e53712f842069d"><div class="ttname"><a href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d">ItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:359</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a160bba22d28fcae6f869677df5788390"><div class="ttname"><a href="structItemBox.html#a160bba22d28fcae6f869677df5788390">ItemBox::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:358</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a479e6887df34129f957616214f1cc426"><div class="ttname"><a href="structItemBox.html#a479e6887df34129f957616214f1cc426">ItemBox::unk_028</a></div><div class="ttdeci">f32 unk_028</div><div class="ttdef"><b>Definition</b> actor_types.h:369</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a5710f43670047b82840061ec6362409c"><div class="ttname"><a href="structItemBox.html#a5710f43670047b82840061ec6362409c">ItemBox::origY</a></div><div class="ttdeci">f32 origY</div><div class="ttdef"><b>Definition</b> actor_types.h:368</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a6b37d97242511db5433fe8cface653a4"><div class="ttname"><a href="structItemBox.html#a6b37d97242511db5433fe8cface653a4">ItemBox::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:364</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a759e68102fd37f6cac8bc11822bc9664"><div class="ttname"><a href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664">ItemBox::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:357</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a7a0945c90ee7304aa05729d0b59a4413"><div class="ttname"><a href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:367</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8770643814f0a75ee870072d5600055a"><div class="ttname"><a href="structItemBox.html#a8770643814f0a75ee870072d5600055a">ItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:360</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8eb9f33bf219f7ee75c996a558e74a2f"><div class="ttname"><a href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f">ItemBox::resetDistance</a></div><div class="ttdeci">f32 resetDistance</div><div class="ttdef"><b>Definition</b> actor_types.h:361</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_aa61066eefb600fd439ffca1deb6beecc"><div class="ttname"><a href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc">ItemBox::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:372</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_aad7a9f46654608486a15ebd5251b70e7"><div class="ttname"><a href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7">ItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:365</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_acbe8c0af0b7e62a73c6537404b952999"><div class="ttname"><a href="structItemBox.html#acbe8c0af0b7e62a73c6537404b952999">ItemBox::unk_02C</a></div><div class="ttdeci">f32 unk_02C</div><div class="ttdef"><b>Definition</b> actor_types.h:370</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_af8f78b9ee3b51c94f1c5e9492c06b54c"><div class="ttname"><a href="structItemBox.html#af8f78b9ee3b51c94f1c5e9492c06b54c">ItemBox::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:371</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_afbe6f4cee304f147c300049c1e8b95b7"><div class="ttname"><a href="structItemBox.html#afbe6f4cee304f147c300049c1e8b95b7">ItemBox::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:366</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html"><div class="ttname"><a href="structKiwanoFruit.html">KiwanoFruit</a></div><div class="ttdef"><b>Definition</b> actor_types.h:249</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a188f60f643194dc691ea02d9a4ca5e36"><div class="ttname"><a href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36">KiwanoFruit::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:257</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a33b682d0233daccaaa7f8f2a52e7f3ea"><div class="ttname"><a href="structKiwanoFruit.html#a33b682d0233daccaaa7f8f2a52e7f3ea">KiwanoFruit::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:264</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a395221128fc4678e43d97556c14b0b75"><div class="ttname"><a href="structKiwanoFruit.html#a395221128fc4678e43d97556c14b0b75">KiwanoFruit::bonkTimer</a></div><div class="ttdeci">f32 bonkTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:255</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a42e01e9caa040b6c495d7d30a93536c2"><div class="ttname"><a href="structKiwanoFruit.html#a42e01e9caa040b6c495d7d30a93536c2">KiwanoFruit::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:263</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a45799822f9f1e3ac2fd213a6012ff510"><div class="ttname"><a href="structKiwanoFruit.html#a45799822f9f1e3ac2fd213a6012ff510">KiwanoFruit::animState</a></div><div class="ttdeci">s16 animState</div><div class="ttdef"><b>Definition</b> actor_types.h:258</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a74ede07f322e736b2e7ac5269352fc13"><div class="ttname"><a href="structKiwanoFruit.html#a74ede07f322e736b2e7ac5269352fc13">KiwanoFruit::animTimer</a></div><div class="ttdeci">s16 animTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:259</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a75579b57acf1c579a4d1c76630e63d06"><div class="ttname"><a href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06">KiwanoFruit::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:250</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a84bcafb455436df44151349caf4f7946"><div class="ttname"><a href="structKiwanoFruit.html#a84bcafb455436df44151349caf4f7946">KiwanoFruit::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:261</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a950aff93d9e44ce1ef637f94c0211df3"><div class="ttname"><a href="structKiwanoFruit.html#a950aff93d9e44ce1ef637f94c0211df3">KiwanoFruit::unk_14</a></div><div class="ttdeci">s16 unk_14</div><div class="ttdef"><b>Definition</b> actor_types.h:260</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_aa0f27c3d651683f99a007212680bdf40"><div class="ttname"><a href="structKiwanoFruit.html#aa0f27c3d651683f99a007212680bdf40">KiwanoFruit::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:251</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_ac2024c25671678292ad713fc6a337fe2"><div class="ttname"><a href="structKiwanoFruit.html#ac2024c25671678292ad713fc6a337fe2">KiwanoFruit::targetPlayer</a></div><div class="ttdeci">s16 targetPlayer</div><div class="ttdef"><b>Definition</b> actor_types.h:253</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_ac3f39d0c46c091b04cb44a6dbc51a478"><div class="ttname"><a href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">KiwanoFruit::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:262</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_adf70a7f3dc53798340be6b62a77cdf43"><div class="ttname"><a href="structKiwanoFruit.html#adf70a7f3dc53798340be6b62a77cdf43">KiwanoFruit::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:254</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_af729769e8645be38eacc0d73e46f442f"><div class="ttname"><a href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f">KiwanoFruit::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:265</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html"><div class="ttname"><a href="structPaddleWheelBoat.html">PaddleWheelBoat</a></div><div class="ttdef"><b>Definition</b> actor_types.h:268</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a04c8b0f00d8fa9d26e2190baacca43da"><div class="ttname"><a href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">PaddleWheelBoat::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:277</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a13855281c1459077beb9a4e7f8478a37"><div class="ttname"><a href="structPaddleWheelBoat.html#a13855281c1459077beb9a4e7f8478a37">PaddleWheelBoat::boatRot</a></div><div class="ttdeci">Vec3s boatRot</div><div class="ttdef"><b>Definition</b> actor_types.h:275</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a1f0605c31f4b5daac9882f80c2637117"><div class="ttname"><a href="structPaddleWheelBoat.html#a1f0605c31f4b5daac9882f80c2637117">PaddleWheelBoat::unk_04</a></div><div class="ttdeci">s16 unk_04</div><div class="ttdef"><b>Definition</b> actor_types.h:271</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a2d7a35ed976dc26fb5925f0017c78d79"><div class="ttname"><a href="structPaddleWheelBoat.html#a2d7a35ed976dc26fb5925f0017c78d79">PaddleWheelBoat::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:278</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a4b167594716e305f92305e1b6c9e09a0"><div class="ttname"><a href="structPaddleWheelBoat.html#a4b167594716e305f92305e1b6c9e09a0">PaddleWheelBoat::unk_0C</a></div><div class="ttdeci">f32 unk_0C</div><div class="ttdef"><b>Definition</b> actor_types.h:274</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a500f0d5169fa8601aaba11cf13514b28"><div class="ttname"><a href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28">PaddleWheelBoat::wheelRot</a></div><div class="ttdeci">s16 wheelRot</div><div class="ttdef"><b>Definition</b> actor_types.h:272</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a690a91c265b00229e06e8a37fb222902"><div class="ttname"><a href="structPaddleWheelBoat.html#a690a91c265b00229e06e8a37fb222902">PaddleWheelBoat::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:276</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_acae546f754e8b0f66afe45c6f28e3268"><div class="ttname"><a href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268">PaddleWheelBoat::unk_08</a></div><div class="ttdeci">f32 unk_08</div><div class="ttdef"><b>Definition</b> actor_types.h:273</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_ace185cb415d41e1c06c9551e82265cd1"><div class="ttname"><a href="structPaddleWheelBoat.html#ace185cb415d41e1c06c9551e82265cd1">PaddleWheelBoat::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:270</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_ad0d6d44e3080845246da23854683a756"><div class="ttname"><a href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756">PaddleWheelBoat::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:269</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_aec9fa21a1ff1f51cce7065102f8f8052"><div class="ttname"><a href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052">PaddleWheelBoat::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:280</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_aef82506c4c95dcbec21f80008b4816f2"><div class="ttname"><a href="structPaddleWheelBoat.html#aef82506c4c95dcbec21f80008b4816f2">PaddleWheelBoat::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:279</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html"><div class="ttname"><a href="structPalmTree.html">PalmTree</a></div><div class="ttdef"><b>Definition</b> actor_types.h:296</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a033cbccbbf4c3aa3d05a8fc23facb589"><div class="ttname"><a href="structPalmTree.html#a033cbccbbf4c3aa3d05a8fc23facb589">PalmTree::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:303</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a0ddd60ade4eb273f4c5292708ea8602c"><div class="ttname"><a href="structPalmTree.html#a0ddd60ade4eb273f4c5292708ea8602c">PalmTree::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:300</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a1e77cf569eede02407cdde66a34fe85b"><div class="ttname"><a href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b">PalmTree::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:297</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a282ed5c4d56cc7999035b205a2949502"><div class="ttname"><a href="structPalmTree.html#a282ed5c4d56cc7999035b205a2949502">PalmTree::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:304</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a333d6df0703b3cb4b86945f6f9d92844"><div class="ttname"><a href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844">PalmTree::unk_08</a></div><div class="ttdeci">f32 unk_08</div><div class="ttdef"><b>Definition</b> actor_types.h:301</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a8b06b5727e27aac50742e6e946840476"><div class="ttname"><a href="structPalmTree.html#a8b06b5727e27aac50742e6e946840476">PalmTree::variant</a></div><div class="ttdeci">s16 variant</div><div class="ttdef"><b>Definition</b> actor_types.h:299</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a939bcfc384f24f1cafcf739c4fc2993c"><div class="ttname"><a href="structPalmTree.html#a939bcfc384f24f1cafcf739c4fc2993c">PalmTree::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:298</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a93c02635c22b94d6574d65d9d7c8a63c"><div class="ttname"><a href="structPalmTree.html#a93c02635c22b94d6574d65d9d7c8a63c">PalmTree::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:306</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_aab98b54e5e080dd6ee5a38abf70fb878"><div class="ttname"><a href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">PalmTree::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:305</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_ab8dd8bc6495301f31df1f0da71bbfd1c"><div class="ttname"><a href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c">PalmTree::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:308</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_ace572a25b85eac080632ea918c504a5e"><div class="ttname"><a href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e">PalmTree::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:302</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_ad1fa675ac559032455ac1bf6c2d3c08f"><div class="ttname"><a href="structPalmTree.html#ad1fa675ac559032455ac1bf6c2d3c08f">PalmTree::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:307</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html"><div class="ttname"><a href="structPiranhaPlant.html">PiranhaPlant</a></div><div class="ttdef"><b>Definition</b> actor_types.h:283</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a2b920e708ce2c7685c5fec09e7dda782"><div class="ttname"><a href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782">PiranhaPlant::visibilityStates</a></div><div class="ttdeci">Vec4s visibilityStates</div><div class="ttdef"><b>Definition</b> actor_types.h:286</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a62fcae398f68d69ce22ffb421b1a6178"><div class="ttname"><a href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178">PiranhaPlant::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:284</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a7694e56003d6e21b8dd659301bccab95"><div class="ttname"><a href="structPiranhaPlant.html#a7694e56003d6e21b8dd659301bccab95">PiranhaPlant::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:292</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aad0102ae4844055bddecf89439f28ba0"><div class="ttname"><a href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0">PiranhaPlant::timers</a></div><div class="ttdeci">Vec4s timers</div><div class="ttdef"><b>Definition</b> actor_types.h:290</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aca59204d27dd23b1ac15f59e0cb51531"><div class="ttname"><a href="structPiranhaPlant.html#aca59204d27dd23b1ac15f59e0cb51531">PiranhaPlant::unk_02C</a></div><div class="ttdeci">f32 unk_02C</div><div class="ttdef"><b>Definition</b> actor_types.h:291</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_acf6dec6072a42edb8ee8bdf7a04b3060"><div class="ttname"><a href="structPiranhaPlant.html#acf6dec6072a42edb8ee8bdf7a04b3060">PiranhaPlant::unk10</a></div><div class="ttdeci">Vec4s unk10</div><div class="ttdef"><b>Definition</b> actor_types.h:288</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_ad9575ca8feb0dd623f567ee2212e2e44"><div class="ttname"><a href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44">PiranhaPlant::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:293</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aec862d0090299aa8f8aa11bef08e9219"><div class="ttname"><a href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219">PiranhaPlant::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:285</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_af186852c5086a31a6361caaa2ea8a5f1"><div class="ttname"><a href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:289</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_af22abddb59fcb36737df3688f7e0bf99"><div class="ttname"><a href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99">PiranhaPlant::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:287</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html"><div class="ttname"><a href="structRailroadCrossing.html">RailroadCrossing</a></div><div class="ttdef"><b>Definition</b> actor_types.h:164</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a08df8cfa936281bcfa3e9c92bf413cf5"><div class="ttname"><a href="structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5">RailroadCrossing::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:173</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a0fbfb0fba4e5cadf01e818c2dc3ea23a"><div class="ttname"><a href="structRailroadCrossing.html#a0fbfb0fba4e5cadf01e818c2dc3ea23a">RailroadCrossing::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:171</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a08df8cfa936281bcfa3e9c92bf413cf5"><div class="ttname"><a href="structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5">RailroadCrossing::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:181</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a0fbfb0fba4e5cadf01e818c2dc3ea23a"><div class="ttname"><a href="structRailroadCrossing.html#a0fbfb0fba4e5cadf01e818c2dc3ea23a">RailroadCrossing::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:179</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a2d3d0c41ebef172d7a36217adba08f60"><div class="ttname"><a href="structRailroadCrossing.html#a2d3d0c41ebef172d7a36217adba08f60">RailroadCrossing::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:165</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a5fd919ce89c0786852789ceacf5d690a"><div class="ttname"><a href="structRailroadCrossing.html#a5fd919ce89c0786852789ceacf5d690a">RailroadCrossing::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:166</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a7d68eb6240c16735728dcb23b8eaad78"><div class="ttname"><a href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78">RailroadCrossing::crossingTrigger</a></div><div class="ttdeci">void * crossingTrigger</div><div class="ttdef"><b>Definition</b> actor_types.h:169</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a7d68eb6240c16735728dcb23b8eaad78"><div class="ttname"><a href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78">RailroadCrossing::crossingTrigger</a></div><div class="ttdeci">void * crossingTrigger</div><div class="ttdef"><b>Definition</b> actor_types.h:171</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_ab0b59419d7707e9d2f096730729ed2f5"><div class="ttname"><a href="structRailroadCrossing.html#ab0b59419d7707e9d2f096730729ed2f5">RailroadCrossing::crossingId</a></div><div class="ttdeci">s16 crossingId</div><div class="ttdef"><b>Definition</b> actor_types.h:168</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_abf434f92ec088485a5e5842f2878118e"><div class="ttname"><a href="structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e">RailroadCrossing::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:170</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_ada3db7bde004fe66a5b0ff43eadc32dd"><div class="ttname"><a href="structRailroadCrossing.html#ada3db7bde004fe66a5b0ff43eadc32dd">RailroadCrossing::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:174</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_adb9d15641f3264973cacf57821f9eab9"><div class="ttname"><a href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:172</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_ab9db8067085f28f314a19c64b7cad921"><div class="ttname"><a href="structRailroadCrossing.html#ab9db8067085f28f314a19c64b7cad921">RailroadCrossing::unk_08</a></div><div class="ttdeci">f32 unk_08</div><div class="ttdef"><b>Definition</b> actor_types.h:174</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_abbe5b15da70c7c9cc2c357f6bff833e3"><div class="ttname"><a href="structRailroadCrossing.html#abbe5b15da70c7c9cc2c357f6bff833e3">RailroadCrossing::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:175</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_abf434f92ec088485a5e5842f2878118e"><div class="ttname"><a href="structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e">RailroadCrossing::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:178</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_ada3db7bde004fe66a5b0ff43eadc32dd"><div class="ttname"><a href="structRailroadCrossing.html#ada3db7bde004fe66a5b0ff43eadc32dd">RailroadCrossing::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:182</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_adb9d15641f3264973cacf57821f9eab9"><div class="ttname"><a href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:180</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_ae8dffede0df7f0e6c6eef1e9c9a131d8"><div class="ttname"><a href="structRailroadCrossing.html#ae8dffede0df7f0e6c6eef1e9c9a131d8">RailroadCrossing::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:167</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_afc917a6db89b2c263cfbf6a512719ba6"><div class="ttname"><a href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6">RailroadCrossing::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:175</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:320</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a10e3cd03ca10c5502ebe7af20829a565"><div class="ttname"><a href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565">ShellActor::rotAngle</a></div><div class="ttdeci">s16 rotAngle</div><div class="ttdef"><b>Definition</b> actor_types.h:336</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a1ca761f0cac83459e16cbc22002b4569"><div class="ttname"><a href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569">ShellActor::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:334</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a3e3e92aa8acac3a0560b75ae34be6369"><div class="ttname"><a href="structShellActor.html#a3e3e92aa8acac3a0560b75ae34be6369">ShellActor::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:341</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a5368cbbb7b090d3f5abb520ca3ab9bf6"><div class="ttname"><a href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6">ShellActor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:322</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a610da60b5b38774fba6b6bb3076fd007"><div class="ttname"><a href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:333</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a62b51240387f83c669e3e279aaecbed8"><div class="ttname"><a href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8">ShellActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:331</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a6d1756d5e7cf11fdb35eec5ef86c6951"><div class="ttname"><a href="structShellActor.html#a6d1756d5e7cf11fdb35eec5ef86c6951">ShellActor::shellId</a></div><div class="ttdeci">f32 shellId</div><div class="ttdef"><b>Definition</b> actor_types.h:332</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a6eb62ab515773b295e7d8c4f6c10ae1b"><div class="ttname"><a href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">ShellActor::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:321</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a77c5d4878d9a0867430326a1d63491dc"><div class="ttname"><a href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc">ShellActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:340</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a89a884c6ba2b5b022b7dcb5e74d50910"><div class="ttname"><a href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">ShellActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:343</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_abb69af2d8de513a7f3ddadb94b2b6078"><div class="ttname"><a href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078">ShellActor::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:345</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_ac40ddee32f5d1a093578e3f23ed76e0b"><div class="ttname"><a href="structShellActor.html#ac40ddee32f5d1a093578e3f23ed76e0b">ShellActor::parentIndex</a></div><div class="ttdeci">s16 parentIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:326</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acd41b01d05450b6a241a81907bb4fbb8"><div class="ttname"><a href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:342</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acf7c6324c79136005a8a16b0280862d4"><div class="ttname"><a href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">ShellActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:344</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_ad503d4399dfef15a8aeb4cfec64ac155"><div class="ttname"><a href="structShellActor.html#ad503d4399dfef15a8aeb4cfec64ac155">ShellActor::targetPlayer</a></div><div class="ttdeci">s16 targetPlayer</div><div class="ttdef"><b>Definition</b> actor_types.h:329</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_adaca452aa94770d8d57f99cc1f3b7151"><div class="ttname"><a href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151">ShellActor::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:327</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_af3da1448ac4320471aadbc7652ea81a5"><div class="ttname"><a href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">ShellActor::pathIndex</a></div><div class="ttdeci">u16 pathIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:337</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_afc917a6db89b2c263cfbf6a512719ba6"><div class="ttname"><a href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6">RailroadCrossing::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:183</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:328</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a10e3cd03ca10c5502ebe7af20829a565"><div class="ttname"><a href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565">ShellActor::rotAngle</a></div><div class="ttdeci">s16 rotAngle</div><div class="ttdef"><b>Definition</b> actor_types.h:344</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a1ca761f0cac83459e16cbc22002b4569"><div class="ttname"><a href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569">ShellActor::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:342</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a3e3e92aa8acac3a0560b75ae34be6369"><div class="ttname"><a href="structShellActor.html#a3e3e92aa8acac3a0560b75ae34be6369">ShellActor::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:349</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a5368cbbb7b090d3f5abb520ca3ab9bf6"><div class="ttname"><a href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6">ShellActor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:330</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a610da60b5b38774fba6b6bb3076fd007"><div class="ttname"><a href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:341</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a62b51240387f83c669e3e279aaecbed8"><div class="ttname"><a href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8">ShellActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:339</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a6d1756d5e7cf11fdb35eec5ef86c6951"><div class="ttname"><a href="structShellActor.html#a6d1756d5e7cf11fdb35eec5ef86c6951">ShellActor::shellId</a></div><div class="ttdeci">f32 shellId</div><div class="ttdef"><b>Definition</b> actor_types.h:340</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a6eb62ab515773b295e7d8c4f6c10ae1b"><div class="ttname"><a href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">ShellActor::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:329</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a77c5d4878d9a0867430326a1d63491dc"><div class="ttname"><a href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc">ShellActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:348</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a89a884c6ba2b5b022b7dcb5e74d50910"><div class="ttname"><a href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">ShellActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:351</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_abb69af2d8de513a7f3ddadb94b2b6078"><div class="ttname"><a href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078">ShellActor::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:353</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_ac40ddee32f5d1a093578e3f23ed76e0b"><div class="ttname"><a href="structShellActor.html#ac40ddee32f5d1a093578e3f23ed76e0b">ShellActor::parentIndex</a></div><div class="ttdeci">s16 parentIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:334</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acd41b01d05450b6a241a81907bb4fbb8"><div class="ttname"><a href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:350</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acf7c6324c79136005a8a16b0280862d4"><div class="ttname"><a href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">ShellActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:352</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_ad503d4399dfef15a8aeb4cfec64ac155"><div class="ttname"><a href="structShellActor.html#ad503d4399dfef15a8aeb4cfec64ac155">ShellActor::targetPlayer</a></div><div class="ttdeci">s16 targetPlayer</div><div class="ttdef"><b>Definition</b> actor_types.h:337</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_adaca452aa94770d8d57f99cc1f3b7151"><div class="ttname"><a href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151">ShellActor::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:335</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_af3da1448ac4320471aadbc7652ea81a5"><div class="ttname"><a href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">ShellActor::pathIndex</a></div><div class="ttdeci">u16 pathIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:345</div></div>
|
||||
<div class="ttc" id="astructTrainCar_html"><div class="ttname"><a href="structTrainCar.html">TrainCar</a></div><div class="ttdef"><b>Definition</b> actor_types.h:149</div></div>
|
||||
<div class="ttc" id="astructTrainCar_html_a0c4a8df640964eaecd78ababa075c9b3"><div class="ttname"><a href="structTrainCar.html#a0c4a8df640964eaecd78ababa075c9b3">TrainCar::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:151</div></div>
|
||||
<div class="ttc" id="astructTrainCar_html_a11e07c3659596533cd6cd464bf4750f1"><div class="ttname"><a href="structTrainCar.html#a11e07c3659596533cd6cd464bf4750f1">TrainCar::unk_04</a></div><div class="ttdeci">s16 unk_04</div><div class="ttdef"><b>Definition</b> actor_types.h:152</div></div>
|
||||
@@ -793,40 +803,40 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
|
||||
<div class="ttc" id="astructTrainCar_html_ac6d40dcf8d9611d206ad371186839ef9"><div class="ttname"><a href="structTrainCar.html#ac6d40dcf8d9611d206ad371186839ef9">TrainCar::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:161</div></div>
|
||||
<div class="ttc" id="astructTrainCar_html_acfaf043e4d68774b9f7e9b4cf8a22822"><div class="ttname"><a href="structTrainCar.html#acfaf043e4d68774b9f7e9b4cf8a22822">TrainCar::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:156</div></div>
|
||||
<div class="ttc" id="astructTrainCar_html_adbb8f8fc2875f11542ac4f46bce53cce"><div class="ttname"><a href="structTrainCar.html#adbb8f8fc2875f11542ac4f46bce53cce">TrainCar::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:160</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html"><div class="ttname"><a href="structTripleShellParent.html">TripleShellParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:303</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a13b6efc8edb8f17285a9f22419e4244a"><div class="ttname"><a href="structTripleShellParent.html#a13b6efc8edb8f17285a9f22419e4244a">TripleShellParent::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:316</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a155bcf238c032e374d9de55e12e3c117"><div class="ttname"><a href="structTripleShellParent.html#a155bcf238c032e374d9de55e12e3c117">TripleShellParent::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:312</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a25ce5ab0e6ba023314d79736809ae8e4"><div class="ttname"><a href="structTripleShellParent.html#a25ce5ab0e6ba023314d79736809ae8e4">TripleShellParent::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:307</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a2699d0b153e58fa4d493bf3bdade2807"><div class="ttname"><a href="structTripleShellParent.html#a2699d0b153e58fa4d493bf3bdade2807">TripleShellParent::shellsAvailable</a></div><div class="ttdeci">s16 shellsAvailable</div><div class="ttdef"><b>Definition</b> actor_types.h:306</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a31471d3847195ba9618a684764b96043"><div class="ttname"><a href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043">TripleShellParent::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:310</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a3f1a969b7c2966d4897e163cfe0c00f7"><div class="ttname"><a href="structTripleShellParent.html#a3f1a969b7c2966d4897e163cfe0c00f7">TripleShellParent::unk_18</a></div><div class="ttdeci">Vec3f unk_18</div><div class="ttdef"><b>Definition</b> actor_types.h:314</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a4fcf64256c3c06258809ee9a0871f6b6"><div class="ttname"><a href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:304</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a6f46018f343929e837263418298da3a2"><div class="ttname"><a href="structTripleShellParent.html#a6f46018f343929e837263418298da3a2">TripleShellParent::rotAngle</a></div><div class="ttdeci">s16 rotAngle</div><div class="ttdef"><b>Definition</b> actor_types.h:311</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a767e1128055034a8ffa0ee37b29042f7"><div class="ttname"><a href="structTripleShellParent.html#a767e1128055034a8ffa0ee37b29042f7">TripleShellParent::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:313</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a87dd46e584b3ba824152e886d15e4d4d"><div class="ttname"><a href="structTripleShellParent.html#a87dd46e584b3ba824152e886d15e4d4d">TripleShellParent::firePressed</a></div><div class="ttdeci">f32 firePressed</div><div class="ttdef"><b>Definition</b> actor_types.h:308</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a9f53226334d467678c1b06c8dcc9a271"><div class="ttname"><a href="structTripleShellParent.html#a9f53226334d467678c1b06c8dcc9a271">TripleShellParent::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:305</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_ab112cfcae0d742c9c6ffdf56f90cf932"><div class="ttname"><a href="structTripleShellParent.html#ab112cfcae0d742c9c6ffdf56f90cf932">TripleShellParent::unk_0C</a></div><div class="ttdeci">f32 unk_0C</div><div class="ttdef"><b>Definition</b> actor_types.h:309</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_acb2b0f491126304b96ed36d280f593b1"><div class="ttname"><a href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1">TripleShellParent::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:317</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_ae15f5957e569bd7f57fb0fc1bc0a2934"><div class="ttname"><a href="structTripleShellParent.html#ae15f5957e569bd7f57fb0fc1bc0a2934">TripleShellParent::shellIndices</a></div><div class="ttdeci">Vec3f shellIndices</div><div class="ttdef"><b>Definition</b> actor_types.h:315</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html"><div class="ttname"><a href="structTripleShellParent.html">TripleShellParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:311</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a13b6efc8edb8f17285a9f22419e4244a"><div class="ttname"><a href="structTripleShellParent.html#a13b6efc8edb8f17285a9f22419e4244a">TripleShellParent::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:324</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a155bcf238c032e374d9de55e12e3c117"><div class="ttname"><a href="structTripleShellParent.html#a155bcf238c032e374d9de55e12e3c117">TripleShellParent::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:320</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a25ce5ab0e6ba023314d79736809ae8e4"><div class="ttname"><a href="structTripleShellParent.html#a25ce5ab0e6ba023314d79736809ae8e4">TripleShellParent::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:315</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a2699d0b153e58fa4d493bf3bdade2807"><div class="ttname"><a href="structTripleShellParent.html#a2699d0b153e58fa4d493bf3bdade2807">TripleShellParent::shellsAvailable</a></div><div class="ttdeci">s16 shellsAvailable</div><div class="ttdef"><b>Definition</b> actor_types.h:314</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a31471d3847195ba9618a684764b96043"><div class="ttname"><a href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043">TripleShellParent::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:318</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a3f1a969b7c2966d4897e163cfe0c00f7"><div class="ttname"><a href="structTripleShellParent.html#a3f1a969b7c2966d4897e163cfe0c00f7">TripleShellParent::unk_18</a></div><div class="ttdeci">Vec3f unk_18</div><div class="ttdef"><b>Definition</b> actor_types.h:322</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a4fcf64256c3c06258809ee9a0871f6b6"><div class="ttname"><a href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:312</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a6f46018f343929e837263418298da3a2"><div class="ttname"><a href="structTripleShellParent.html#a6f46018f343929e837263418298da3a2">TripleShellParent::rotAngle</a></div><div class="ttdeci">s16 rotAngle</div><div class="ttdef"><b>Definition</b> actor_types.h:319</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a767e1128055034a8ffa0ee37b29042f7"><div class="ttname"><a href="structTripleShellParent.html#a767e1128055034a8ffa0ee37b29042f7">TripleShellParent::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:321</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a87dd46e584b3ba824152e886d15e4d4d"><div class="ttname"><a href="structTripleShellParent.html#a87dd46e584b3ba824152e886d15e4d4d">TripleShellParent::firePressed</a></div><div class="ttdeci">f32 firePressed</div><div class="ttdef"><b>Definition</b> actor_types.h:316</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a9f53226334d467678c1b06c8dcc9a271"><div class="ttname"><a href="structTripleShellParent.html#a9f53226334d467678c1b06c8dcc9a271">TripleShellParent::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:313</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_ab112cfcae0d742c9c6ffdf56f90cf932"><div class="ttname"><a href="structTripleShellParent.html#ab112cfcae0d742c9c6ffdf56f90cf932">TripleShellParent::unk_0C</a></div><div class="ttdeci">f32 unk_0C</div><div class="ttdef"><b>Definition</b> actor_types.h:317</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_acb2b0f491126304b96ed36d280f593b1"><div class="ttname"><a href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1">TripleShellParent::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:325</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_ae15f5957e569bd7f57fb0fc1bc0a2934"><div class="ttname"><a href="structTripleShellParent.html#ae15f5957e569bd7f57fb0fc1bc0a2934">TripleShellParent::shellIndices</a></div><div class="ttdeci">Vec3f shellIndices</div><div class="ttdef"><b>Definition</b> actor_types.h:323</div></div>
|
||||
<div class="ttc" id="astructUnkActorSpawnData_html"><div class="ttname"><a href="structUnkActorSpawnData.html">UnkActorSpawnData</a></div><div class="ttdef"><b>Definition</b> UnkSpawnData.h:8</div></div>
|
||||
<div class="ttc" id="astructUnkActorSpawnData_html_a0504e28886dacafd17078992a6ec9239"><div class="ttname"><a href="structUnkActorSpawnData.html#a0504e28886dacafd17078992a6ec9239">UnkActorSpawnData::pos</a></div><div class="ttdeci">Vec3s pos</div><div class="ttdef"><b>Definition</b> UnkSpawnData.h:9</div></div>
|
||||
<div class="ttc" id="astructUnkActorSpawnData_html_a33553f422d028601d6f3267daa4d047d"><div class="ttname"><a href="structUnkActorSpawnData.html#a33553f422d028601d6f3267daa4d047d">UnkActorSpawnData::someId</a></div><div class="ttdeci">s16 someId</div><div class="ttdef"><b>Definition</b> UnkSpawnData.h:11</div></div>
|
||||
<div class="ttc" id="astructUnkActorSpawnData_html_afe80cda1214aceca98e2a0db099e2d7a"><div class="ttname"><a href="structUnkActorSpawnData.html#afe80cda1214aceca98e2a0db099e2d7a">UnkActorSpawnData::unk8</a></div><div class="ttdeci">s16 unk8</div><div class="ttdef"><b>Definition</b> UnkSpawnData.h:13</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html"><div class="ttname"><a href="structYoshiValleyEgg.html">YoshiValleyEgg</a></div><div class="ttdef"><b>Definition</b> actor_types.h:222</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a0ab1923c00ae6a34e0ef6d397abb3a29"><div class="ttname"><a href="structYoshiValleyEgg.html#a0ab1923c00ae6a34e0ef6d397abb3a29">YoshiValleyEgg::unk_14</a></div><div class="ttdeci">s16 unk_14</div><div class="ttdef"><b>Definition</b> actor_types.h:231</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a217fb03109992b5767e9828e0784beb1"><div class="ttname"><a href="structYoshiValleyEgg.html#a217fb03109992b5767e9828e0784beb1">YoshiValleyEgg::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:237</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a310c040e760d3aa654300c466e7598f6"><div class="ttname"><a href="structYoshiValleyEgg.html#a310c040e760d3aa654300c466e7598f6">YoshiValleyEgg::eggRot</a></div><div class="ttdeci">s16 eggRot</div><div class="ttdef"><b>Definition</b> actor_types.h:230</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a401f74c6a09c1ee3fb2e7c3b4826fffd"><div class="ttname"><a href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd">YoshiValleyEgg::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:238</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a4c5b57a229178a92a9d4f9396deb52d8"><div class="ttname"><a href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8">YoshiValleyEgg::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:223</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a697fefc9791a902b358368460f28c6d4"><div class="ttname"><a href="structYoshiValleyEgg.html#a697fefc9791a902b358368460f28c6d4">YoshiValleyEgg::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:224</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a7486545052cc5b59e18bb1b39dad2be2"><div class="ttname"><a href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2">YoshiValleyEgg::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:233</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a89e9111131ab6793977cd6be47c76116"><div class="ttname"><a href="structYoshiValleyEgg.html#a89e9111131ab6793977cd6be47c76116">YoshiValleyEgg::pathRadius</a></div><div class="ttdeci">f32 pathRadius</div><div class="ttdef"><b>Definition</b> actor_types.h:227</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a8a74a2489416bb29ba6e5e404e8aeb91"><div class="ttname"><a href="structYoshiValleyEgg.html#a8a74a2489416bb29ba6e5e404e8aeb91">YoshiValleyEgg::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:232</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_ab647b34e2ed6932e70aba54660ef07ee"><div class="ttname"><a href="structYoshiValleyEgg.html#ab647b34e2ed6932e70aba54660ef07ee">YoshiValleyEgg::unk_06</a></div><div class="ttdeci">s16 unk_06</div><div class="ttdef"><b>Definition</b> actor_types.h:226</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_ac486de582beae25b78579fd195079111"><div class="ttname"><a href="structYoshiValleyEgg.html#ac486de582beae25b78579fd195079111">YoshiValleyEgg::unk_04</a></div><div class="ttdeci">s16 unk_04</div><div class="ttdef"><b>Definition</b> actor_types.h:225</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_ae635c1dc57de8906f0fa04d720564ff9"><div class="ttname"><a href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9">YoshiValleyEgg::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:228</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_af69126005d92263176a9ab66e2d4672d"><div class="ttname"><a href="structYoshiValleyEgg.html#af69126005d92263176a9ab66e2d4672d">YoshiValleyEgg::pathCenter</a></div><div class="ttdeci">Vec3f pathCenter</div><div class="ttdef"><b>Definition</b> actor_types.h:236</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_afa5af4be9c951961bc44cff55f16574a"><div class="ttname"><a href="structYoshiValleyEgg.html#afa5af4be9c951961bc44cff55f16574a">YoshiValleyEgg::pathRot</a></div><div class="ttdeci">s16 pathRot</div><div class="ttdef"><b>Definition</b> actor_types.h:229</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html"><div class="ttname"><a href="structYoshiValleyEgg.html">YoshiValleyEgg</a></div><div class="ttdef"><b>Definition</b> actor_types.h:230</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a0ab1923c00ae6a34e0ef6d397abb3a29"><div class="ttname"><a href="structYoshiValleyEgg.html#a0ab1923c00ae6a34e0ef6d397abb3a29">YoshiValleyEgg::unk_14</a></div><div class="ttdeci">s16 unk_14</div><div class="ttdef"><b>Definition</b> actor_types.h:239</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a217fb03109992b5767e9828e0784beb1"><div class="ttname"><a href="structYoshiValleyEgg.html#a217fb03109992b5767e9828e0784beb1">YoshiValleyEgg::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:245</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a310c040e760d3aa654300c466e7598f6"><div class="ttname"><a href="structYoshiValleyEgg.html#a310c040e760d3aa654300c466e7598f6">YoshiValleyEgg::eggRot</a></div><div class="ttdeci">s16 eggRot</div><div class="ttdef"><b>Definition</b> actor_types.h:238</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a401f74c6a09c1ee3fb2e7c3b4826fffd"><div class="ttname"><a href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd">YoshiValleyEgg::model</a></div><div class="ttdeci">const char * model</div><div class="ttdef"><b>Definition</b> actor_types.h:246</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a4c5b57a229178a92a9d4f9396deb52d8"><div class="ttname"><a href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8">YoshiValleyEgg::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:231</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a697fefc9791a902b358368460f28c6d4"><div class="ttname"><a href="structYoshiValleyEgg.html#a697fefc9791a902b358368460f28c6d4">YoshiValleyEgg::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:232</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a7486545052cc5b59e18bb1b39dad2be2"><div class="ttname"><a href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2">YoshiValleyEgg::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:241</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a89e9111131ab6793977cd6be47c76116"><div class="ttname"><a href="structYoshiValleyEgg.html#a89e9111131ab6793977cd6be47c76116">YoshiValleyEgg::pathRadius</a></div><div class="ttdeci">f32 pathRadius</div><div class="ttdef"><b>Definition</b> actor_types.h:235</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_a8a74a2489416bb29ba6e5e404e8aeb91"><div class="ttname"><a href="structYoshiValleyEgg.html#a8a74a2489416bb29ba6e5e404e8aeb91">YoshiValleyEgg::unk_16</a></div><div class="ttdeci">s16 unk_16</div><div class="ttdef"><b>Definition</b> actor_types.h:240</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_ab647b34e2ed6932e70aba54660ef07ee"><div class="ttname"><a href="structYoshiValleyEgg.html#ab647b34e2ed6932e70aba54660ef07ee">YoshiValleyEgg::unk_06</a></div><div class="ttdeci">s16 unk_06</div><div class="ttdef"><b>Definition</b> actor_types.h:234</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_ac486de582beae25b78579fd195079111"><div class="ttname"><a href="structYoshiValleyEgg.html#ac486de582beae25b78579fd195079111">YoshiValleyEgg::unk_04</a></div><div class="ttdeci">s16 unk_04</div><div class="ttdef"><b>Definition</b> actor_types.h:233</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_ae635c1dc57de8906f0fa04d720564ff9"><div class="ttname"><a href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9">YoshiValleyEgg::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:236</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_af69126005d92263176a9ab66e2d4672d"><div class="ttname"><a href="structYoshiValleyEgg.html#af69126005d92263176a9ab66e2d4672d">YoshiValleyEgg::pathCenter</a></div><div class="ttdeci">Vec3f pathCenter</div><div class="ttdef"><b>Definition</b> actor_types.h:244</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html_afa5af4be9c951961bc44cff55f16574a"><div class="ttname"><a href="structYoshiValleyEgg.html#afa5af4be9c951961bc44cff55f16574a">YoshiValleyEgg::pathRot</a></div><div class="ttdeci">s16 pathRot</div><div class="ttdef"><b>Definition</b> actor_types.h:237</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
+10
-10
@@ -346,22 +346,22 @@ $(function(){initNavTree('actors_8h_source.html',''); initResizable(true); });
|
||||
<div class="ttc" id="aschool__bus_2render_8inc_8c_html_ad2cec33d1a1b72fe278aea42ed6a8f6d"><div class="ttname"><a href="school__bus_2render_8inc_8c.html#ad2cec33d1a1b72fe278aea42ed6a8f6d">render_actor_school_bus</a></div><div class="ttdeci">void render_actor_school_bus(Camera *camera, struct Actor *arg1)</div><div class="ttdoc">Renders the school bus actor. Actor used in Toad's Turnpike. His update are made in vehicle.</div><div class="ttdef"><b>Definition</b> render.inc.c:14</div></div>
|
||||
<div class="ttc" id="astructActorSpawnData_html"><div class="ttname"><a href="structActorSpawnData.html">ActorSpawnData</a></div><div class="ttdef"><b>Definition</b> SpawnData.h:8</div></div>
|
||||
<div class="ttc" id="astructActor_html"><div class="ttname"><a href="structActor.html">Actor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:124</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:400</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:408</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:35</div></div>
|
||||
<div class="ttc" id="astructCollision_html"><div class="ttname"><a href="structCollision.html">Collision</a></div><div class="ttdef"><b>Definition</b> common_structs.h:147</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:367</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html"><div class="ttname"><a href="structFallingRock.html">FallingRock</a></div><div class="ttdef"><b>Definition</b> actor_types.h:181</div></div>
|
||||
<div class="ttc" id="astructItemBox_html"><div class="ttname"><a href="structItemBox.html">ItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:348</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html"><div class="ttname"><a href="structKiwanoFruit.html">KiwanoFruit</a></div><div class="ttdef"><b>Definition</b> actor_types.h:241</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html"><div class="ttname"><a href="structPaddleWheelBoat.html">PaddleWheelBoat</a></div><div class="ttdef"><b>Definition</b> actor_types.h:260</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html"><div class="ttname"><a href="structPalmTree.html">PalmTree</a></div><div class="ttdef"><b>Definition</b> actor_types.h:288</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html"><div class="ttname"><a href="structPiranhaPlant.html">PiranhaPlant</a></div><div class="ttdef"><b>Definition</b> actor_types.h:275</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:375</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html"><div class="ttname"><a href="structFallingRock.html">FallingRock</a></div><div class="ttdef"><b>Definition</b> actor_types.h:189</div></div>
|
||||
<div class="ttc" id="astructItemBox_html"><div class="ttname"><a href="structItemBox.html">ItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:356</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html"><div class="ttname"><a href="structKiwanoFruit.html">KiwanoFruit</a></div><div class="ttdef"><b>Definition</b> actor_types.h:249</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html"><div class="ttname"><a href="structPaddleWheelBoat.html">PaddleWheelBoat</a></div><div class="ttdef"><b>Definition</b> actor_types.h:268</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html"><div class="ttname"><a href="structPalmTree.html">PalmTree</a></div><div class="ttdef"><b>Definition</b> actor_types.h:296</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html"><div class="ttname"><a href="structPiranhaPlant.html">PiranhaPlant</a></div><div class="ttdef"><b>Definition</b> actor_types.h:283</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:264</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html"><div class="ttname"><a href="structRailroadCrossing.html">RailroadCrossing</a></div><div class="ttdef"><b>Definition</b> actor_types.h:164</div></div>
|
||||
<div class="ttc" id="astructScreenContext_html"><div class="ttname"><a href="structScreenContext.html">ScreenContext</a></div><div class="ttdef"><b>Definition</b> code_800029B0.h:14</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:320</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:328</div></div>
|
||||
<div class="ttc" id="astructTrainCar_html"><div class="ttname"><a href="structTrainCar.html">TrainCar</a></div><div class="ttdef"><b>Definition</b> actor_types.h:149</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html"><div class="ttname"><a href="structYoshiValleyEgg.html">YoshiValleyEgg</a></div><div class="ttdef"><b>Definition</b> actor_types.h:222</div></div>
|
||||
<div class="ttc" id="astructYoshiValleyEgg_html"><div class="ttname"><a href="structYoshiValleyEgg.html">YoshiValleyEgg</a></div><div class="ttdef"><b>Definition</b> actor_types.h:230</div></div>
|
||||
<div class="ttc" id="atanker__truck_2render_8inc_8c_html_a946fd8f61348549cfb60bf8a480baad3"><div class="ttname"><a href="tanker__truck_2render_8inc_8c.html#a946fd8f61348549cfb60bf8a480baad3">render_actor_tanker_truck</a></div><div class="ttdeci">void render_actor_tanker_truck(Camera *camera, struct Actor *arg1)</div><div class="ttdoc">Renders the tanker truck actor. Actor used in Toad's Turnpike. His update are made in vehicle.</div><div class="ttdef"><b>Definition</b> render.inc.c:13</div></div>
|
||||
<div class="ttc" id="atrain_2render_8inc_8c_html_a3732523ca7fda5d43b6df198fc1fccf8"><div class="ttname"><a href="train_2render_8inc_8c.html#a3732523ca7fda5d43b6df198fc1fccf8">render_actor_train_engine</a></div><div class="ttdeci">void render_actor_train_engine(Camera *camera, struct TrainCar *actor)</div><div class="ttdoc">Renders the train engine actor. Actor used in Kalimari Desert. His update position are made in vehicl...</div><div class="ttdef"><b>Definition</b> render.inc.c:14</div></div>
|
||||
<div class="ttc" id="atrain_2render_8inc_8c_html_a4366f819eb3527ec4d2665639adfee85"><div class="ttname"><a href="train_2render_8inc_8c.html#a4366f819eb3527ec4d2665639adfee85">render_actor_train_tender</a></div><div class="ttdeci">void render_actor_train_tender(Camera *camera, struct TrainCar *actor)</div><div class="ttdef"><b>Definition</b> render.inc.c:171</div></div>
|
||||
|
||||
@@ -194,12 +194,12 @@ $(function(){initNavTree('actors__extended_8h_source.html',''); initResizable(tr
|
||||
<div class="ttc" id="aexternal_8c_html_ab3e41422317f1d656be9e9b0d5947bb8"><div class="ttname"><a href="external_8c.html#ab3e41422317f1d656be9e9b0d5947bb8">func_800CAB4C</a></div><div class="ttdeci">void func_800CAB4C(u8 arg0)</div><div class="ttdef"><b>Definition</b> external.c:3506</div></div>
|
||||
<div class="ttc" id="agreen__shell_2update_8inc_8c_html_a4fd275676bf11ca2e15556db08264a90"><div class="ttname"><a href="green__shell_2update_8inc_8c.html#a4fd275676bf11ca2e15556db08264a90">update_actor_green_shell</a></div><div class="ttdeci">void update_actor_green_shell(struct ShellActor *shell)</div><div class="ttdoc">Updates the green shell actor.</div><div class="ttdef"><b>Definition</b> update.inc.c:13</div></div>
|
||||
<div class="ttc" id="astructActor_html"><div class="ttname"><a href="structActor.html">Actor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:124</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:400</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html"><div class="ttname"><a href="structBananaBunchParent.html">BananaBunchParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:384</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:408</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html"><div class="ttname"><a href="structBananaBunchParent.html">BananaBunchParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:392</div></div>
|
||||
<div class="ttc" id="astructCollision_html"><div class="ttname"><a href="structCollision.html">Collision</a></div><div class="ttdef"><b>Definition</b> common_structs.h:147</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:264</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:320</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html"><div class="ttname"><a href="structTripleShellParent.html">TripleShellParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:303</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:328</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html"><div class="ttname"><a href="structTripleShellParent.html">TripleShellParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:311</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
+2
-3
@@ -211,9 +211,8 @@ Functions</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line"><a class="code hl_define" href="#ad2930e1d05f3b039396c5149ac1cb65c">ANIMATION_RENDER_MODEL_AT</a>((<a class="code hl_typedef" href="llconv_8c.html#a5ace6ff5dbe86acc6c8b3387b8d80ecc">s64</a>) <a class="code hl_define" href="miniaudio_8h.html#a070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a>, x, y, z)</div>
|
||||
<b>Value:</b><div class="fragment"><div class="line"><a class="code hl_define" href="#ad2930e1d05f3b039396c5149ac1cb65c">ANIMATION_RENDER_MODEL_AT</a>((uintptr_t) <a class="code hl_define" href="miniaudio_8h.html#a070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a>, x, y, z)</div>
|
||||
<div class="ttc" id="aanimation_8h_html_ad2930e1d05f3b039396c5149ac1cb65c"><div class="ttname"><a href="#ad2930e1d05f3b039396c5149ac1cb65c">ANIMATION_RENDER_MODEL_AT</a></div><div class="ttdeci">#define ANIMATION_RENDER_MODEL_AT(model, x, y, z)</div><div class="ttdoc">the pos is relative to the previous RENDER_MODEL_OR_ADD_POS if ANIMATION_DISABLE_AUTOMATIC_POP is use...</div><div class="ttdef"><b>Definition</b> animation.h:171</div></div>
|
||||
<div class="ttc" id="allconv_8c_html_a5ace6ff5dbe86acc6c8b3387b8d80ecc"><div class="ttname"><a href="llconv_8c.html#a5ace6ff5dbe86acc6c8b3387b8d80ecc">s64</a></div><div class="ttdeci">signed long long int s64</div><div class="ttdef"><b>Definition</b> llconv.c:1</div></div>
|
||||
<div class="ttc" id="aminiaudio_8h_html_a070d2ce7b6bb7e5c05602aa8c308d0c4"><div class="ttname"><a href="miniaudio_8h.html#a070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a></div><div class="ttdeci">#define NULL</div><div class="ttdef"><b>Definition</b> miniaudio.h:3851</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p>use RENDER_MODEL_OR_ADD_POS </p>
|
||||
@@ -296,7 +295,7 @@ Functions</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line"><a class="code hl_enumvalue" href="#a52e412534f1af21caf39f50ea61280cea89e2160937075058c35008e43581de7e">RENDER_MODEL_OR_ADD_POS</a>, 0x00000007, 0x00000000, (<a class="code hl_typedef" href="llconv_8c.html#a5ace6ff5dbe86acc6c8b3387b8d80ecc">s64</a>) model, x, y, z</div>
|
||||
<b>Value:</b><div class="fragment"><div class="line"><a class="code hl_enumvalue" href="#a52e412534f1af21caf39f50ea61280cea89e2160937075058c35008e43581de7e">RENDER_MODEL_OR_ADD_POS</a>, 0x00000007, 0x00000000, (uintptr_t) model, x, y, z</div>
|
||||
<div class="ttc" id="aanimation_8h_html_a52e412534f1af21caf39f50ea61280cea89e2160937075058c35008e43581de7e"><div class="ttname"><a href="#a52e412534f1af21caf39f50ea61280cea89e2160937075058c35008e43581de7e">RENDER_MODEL_OR_ADD_POS</a></div><div class="ttdeci">@ RENDER_MODEL_OR_ADD_POS</div><div class="ttdef"><b>Definition</b> animation.h:177</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p>the pos is relative to the previous RENDER_MODEL_OR_ADD_POS if ANIMATION_DISABLE_AUTOMATIC_POP is used </p>
|
||||
|
||||
+10
-11
@@ -277,19 +277,19 @@ $(function(){initNavTree('animation_8h_source.html',''); initResizable(true); })
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"><a class="line" href="animation_8h.html#abcdf05569b9dff13596d139337de597e"> 167</a></span><span class="preprocessor">#define ANIMATION_DISABLE_AUTOMATIC_POP SIMPLE_ANIMATION_INSTRUCTION(DISABLE_AUTOMATIC_POP_MATRIX)</span></div>
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"><a class="line" href="animation_8h.html#a6932b698211e83a52b6090685e38a2a5"> 168</a></span><span class="preprocessor">#define ANIMATION_POP_MATRIX SIMPLE_ANIMATION_INSTRUCTION(POP_MATRIX)</span></div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"><a class="line" href="animation_8h.html#aec348495b25beed803fdcfa2d4eda9f4"> 169</a></span><span class="preprocessor">#define ANIMATION_STOP SIMPLE_ANIMATION_INSTRUCTION(STOP_ANIMATION)</span></div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="animation_8h.html#ad2930e1d05f3b039396c5149ac1cb65c"> 171</a></span><span class="preprocessor">#define ANIMATION_RENDER_MODEL_AT(model, x, y, z) RENDER_MODEL_OR_ADD_POS, 0x00000007, 0x00000000, (s64) model, x, y, z</span></div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="animation_8h.html#ad2930e1d05f3b039396c5149ac1cb65c"> 171</a></span><span class="preprocessor">#define ANIMATION_RENDER_MODEL_AT(model, x, y, z) RENDER_MODEL_OR_ADD_POS, 0x00000007, 0x00000000, (uintptr_t) model, x, y, z</span></div>
|
||||
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"><a class="line" href="animation_8h.html#a258ece2889b03b766c644453b5ac8325"> 173</a></span><span class="preprocessor">#define ANIMATION_RENDER_MODEL(model) ANIMATION_RENDER_MODEL_AT(model, 0x00000000, 0x00000000, 0x00000000)</span></div>
|
||||
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="animation_8h.html#ab1fff3862bddb27a8872da09bcf0a225"> 175</a></span><span class="preprocessor">#define ANIMATION_ADD_POS(x, y, z) ANIMATION_RENDER_MODEL_AT((s64) NULL, x, y, z)</span></div>
|
||||
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="animation_8h.html#ab1fff3862bddb27a8872da09bcf0a225"> 175</a></span><span class="preprocessor">#define ANIMATION_ADD_POS(x, y, z) ANIMATION_RENDER_MODEL_AT((uintptr_t) NULL, x, y, z)</span></div>
|
||||
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> </div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"><a class="line" href="animation_8h.html#a52e412534f1af21caf39f50ea61280ce"> 177</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="animation_8h.html#a52e412534f1af21caf39f50ea61280ce">animation_type</a> { <a class="code hl_enumvalue" href="animation_8h.html#a52e412534f1af21caf39f50ea61280cea89e2160937075058c35008e43581de7e">RENDER_MODEL_OR_ADD_POS</a>, <a class="code hl_enumvalue" href="animation_8h.html#a52e412534f1af21caf39f50ea61280cea4c013f2b23a17714b68c9b94847fa4b2">DISABLE_AUTOMATIC_POP_MATRIX</a>, <a class="code hl_enumvalue" href="animation_8h.html#a52e412534f1af21caf39f50ea61280cea5ddedc4a6115d6b8a69589e57bdadd69">POP_MATRIX</a>, <a class="code hl_enumvalue" href="animation_8h.html#a52e412534f1af21caf39f50ea61280cea72860dbb1005e509a3473551caf5c8f1">STOP_ANIMATION</a> };</div>
|
||||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span></div>
|
||||
<div class="foldopen" id="foldopen00183" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="structArmature.html"> 183</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"><a class="line" href="structArmature.html#a5b6ea597aa6fdf68191c9d977f88e960"> 184</a></span> <span class="comment">/* 0x00 */</span> <a class="code hl_typedef" href="llconv_8c.html#a5ace6ff5dbe86acc6c8b3387b8d80ecc">s64</a> <a class="code hl_variable" href="structArmature.html#a5b6ea597aa6fdf68191c9d977f88e960">type</a>;</div>
|
||||
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="structArmature.html#ad7c035a33adf8d6e40a8cff8da6d81ce"> 185</a></span> <span class="comment">/* 0x04 */</span> <a class="code hl_typedef" href="llconv_8c.html#a5ace6ff5dbe86acc6c8b3387b8d80ecc">s64</a> <a class="code hl_variable" href="structArmature.html#ad7c035a33adf8d6e40a8cff8da6d81ce">size</a>;</div>
|
||||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"><a class="line" href="structArmature.html#a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1"> 186</a></span> <span class="comment">/* 0x08 */</span> <a class="code hl_typedef" href="llconv_8c.html#a5ace6ff5dbe86acc6c8b3387b8d80ecc">s64</a> <a class="code hl_variable" href="structArmature.html#a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1">always_zero_never_used</a>;</div>
|
||||
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"><a class="line" href="structArmature.html#ac106591a5118c5a8fa8dcc7b03a8f51d"> 184</a></span> <span class="comment">/* 0x00 */</span> intptr_t <a class="code hl_variable" href="structArmature.html#ac106591a5118c5a8fa8dcc7b03a8f51d">type</a>;</div>
|
||||
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="structArmature.html#a39f416b644620d7283618153b864fa52"> 185</a></span> <span class="comment">/* 0x04 */</span> intptr_t <a class="code hl_variable" href="structArmature.html#a39f416b644620d7283618153b864fa52">size</a>;</div>
|
||||
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"><a class="line" href="structArmature.html#a48718d73f9195e2f1f0c27cc552bc135"> 186</a></span> <span class="comment">/* 0x08 */</span> intptr_t <a class="code hl_variable" href="structArmature.html#a48718d73f9195e2f1f0c27cc552bc135">always_zero_never_used</a>;</div>
|
||||
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"><a class="line" href="structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f"> 187</a></span> <span class="comment">/* 0x0C */</span> Gfx* <a class="code hl_variable" href="structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f">model</a>;</div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"><a class="line" href="structArmature.html#a52d17f5254f03133e2da1be5505823f5"> 188</a></span> <span class="comment">/* 0x10 */</span> <a class="code hl_typedef" href="llconv_8c.html#a5ace6ff5dbe86acc6c8b3387b8d80ecc">s64</a> <a class="code hl_variable" href="structArmature.html#a52d17f5254f03133e2da1be5505823f5">pos</a>[3];</div>
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"><a class="line" href="structArmature.html#a1e4107398086eb92a3bf9facc46c7d02"> 188</a></span> <span class="comment">/* 0x10 */</span> intptr_t <a class="code hl_variable" href="structArmature.html#a1e4107398086eb92a3bf9facc46c7d02">pos</a>[3];</div>
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span>} <a class="code hl_struct" href="structArmature.html">Armature</a>;</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> </div>
|
||||
@@ -339,7 +339,6 @@ $(function(){initNavTree('animation_8h_source.html',''); initResizable(true); })
|
||||
<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:10</div></div>
|
||||
<div class="ttc" id="acommon__structs_8h_html_a95eb48a2f3630571bea260858dd23e92"><div class="ttname"><a href="common__structs_8h.html#a95eb48a2f3630571bea260858dd23e92">Vec3s</a></div><div class="ttdeci">s16 Vec3s[3]</div><div class="ttdef"><b>Definition</b> common_structs.h:15</div></div>
|
||||
<div class="ttc" id="acommon__structs_8h_html_ab7160f77e736961cfa2aff581aeee005"><div class="ttname"><a href="common__structs_8h.html#ab7160f77e736961cfa2aff581aeee005">Mat4</a></div><div class="ttdeci">f32 Mat4[4][4]</div><div class="ttdef"><b>Definition</b> common_structs.h:20</div></div>
|
||||
<div class="ttc" id="allconv_8c_html_a5ace6ff5dbe86acc6c8b3387b8d80ecc"><div class="ttname"><a href="llconv_8c.html#a5ace6ff5dbe86acc6c8b3387b8d80ecc">s64</a></div><div class="ttdeci">signed long long int s64</div><div class="ttdef"><b>Definition</b> llconv.c:1</div></div>
|
||||
<div class="ttc" id="astructAnimationCycleSpec_html"><div class="ttname"><a href="structAnimationCycleSpec.html">AnimationCycleSpec</a></div><div class="ttdef"><b>Definition</b> animation.h:191</div></div>
|
||||
<div class="ttc" id="astructAnimationCycleSpec_html_a908f9e109d7fd0cda2501dee8a40815e"><div class="ttname"><a href="structAnimationCycleSpec.html#a908f9e109d7fd0cda2501dee8a40815e">AnimationCycleSpec::animation_length</a></div><div class="ttdeci">u16 animation_length</div><div class="ttdef"><b>Definition</b> animation.h:192</div></div>
|
||||
<div class="ttc" id="astructAnimationCycleSpec_html_aafe200883957788393b92b5e614b341e"><div class="ttname"><a href="structAnimationCycleSpec.html#aafe200883957788393b92b5e614b341e">AnimationCycleSpec::indexCycle</a></div><div class="ttdeci">u16 indexCycle</div><div class="ttdef"><b>Definition</b> animation.h:193</div></div>
|
||||
@@ -351,11 +350,11 @@ $(function(){initNavTree('animation_8h_source.html',''); initResizable(true); })
|
||||
<div class="ttc" id="astructAnimation_html_af85d7839b1a8ea8eaac068a8c82cd955"><div class="ttname"><a href="structAnimation.html#af85d7839b1a8ea8eaac068a8c82cd955">Animation::always_set_to_something_but_never_used</a></div><div class="ttdeci">s32 always_set_to_something_but_never_used</div><div class="ttdef"><b>Definition</b> animation.h:201</div></div>
|
||||
<div class="ttc" id="astructAnimation_html_af94fdd03186279b9531f67158159b722"><div class="ttname"><a href="structAnimation.html#af94fdd03186279b9531f67158159b722">Animation::always_zero_never_used</a></div><div class="ttdeci">s32 always_zero_never_used</div><div class="ttdef"><b>Definition</b> animation.h:202</div></div>
|
||||
<div class="ttc" id="astructArmature_html"><div class="ttname"><a href="structArmature.html">Armature</a></div><div class="ttdoc">The armature is associated with an AnimationLimbVector which is equal to the number of RENDER_MODEL_O...</div><div class="ttdef"><b>Definition</b> animation.h:183</div></div>
|
||||
<div class="ttc" id="astructArmature_html_a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1"><div class="ttname"><a href="structArmature.html#a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1">Armature::always_zero_never_used</a></div><div class="ttdeci">s64 always_zero_never_used</div><div class="ttdef"><b>Definition</b> animation.h:186</div></div>
|
||||
<div class="ttc" id="astructArmature_html_a52d17f5254f03133e2da1be5505823f5"><div class="ttname"><a href="structArmature.html#a52d17f5254f03133e2da1be5505823f5">Armature::pos</a></div><div class="ttdeci">s64 pos[3]</div><div class="ttdef"><b>Definition</b> animation.h:188</div></div>
|
||||
<div class="ttc" id="astructArmature_html_a5b6ea597aa6fdf68191c9d977f88e960"><div class="ttname"><a href="structArmature.html#a5b6ea597aa6fdf68191c9d977f88e960">Armature::type</a></div><div class="ttdeci">s64 type</div><div class="ttdef"><b>Definition</b> animation.h:184</div></div>
|
||||
<div class="ttc" id="astructArmature_html_a1e4107398086eb92a3bf9facc46c7d02"><div class="ttname"><a href="structArmature.html#a1e4107398086eb92a3bf9facc46c7d02">Armature::pos</a></div><div class="ttdeci">intptr_t pos[3]</div><div class="ttdef"><b>Definition</b> animation.h:188</div></div>
|
||||
<div class="ttc" id="astructArmature_html_a39f416b644620d7283618153b864fa52"><div class="ttname"><a href="structArmature.html#a39f416b644620d7283618153b864fa52">Armature::size</a></div><div class="ttdeci">intptr_t size</div><div class="ttdef"><b>Definition</b> animation.h:185</div></div>
|
||||
<div class="ttc" id="astructArmature_html_a48718d73f9195e2f1f0c27cc552bc135"><div class="ttname"><a href="structArmature.html#a48718d73f9195e2f1f0c27cc552bc135">Armature::always_zero_never_used</a></div><div class="ttdeci">intptr_t always_zero_never_used</div><div class="ttdef"><b>Definition</b> animation.h:186</div></div>
|
||||
<div class="ttc" id="astructArmature_html_ab91d968c3d3991ccd6d77488c89dec1f"><div class="ttname"><a href="structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f">Armature::model</a></div><div class="ttdeci">Gfx * model</div><div class="ttdef"><b>Definition</b> animation.h:187</div></div>
|
||||
<div class="ttc" id="astructArmature_html_ad7c035a33adf8d6e40a8cff8da6d81ce"><div class="ttname"><a href="structArmature.html#ad7c035a33adf8d6e40a8cff8da6d81ce">Armature::size</a></div><div class="ttdeci">s64 size</div><div class="ttdef"><b>Definition</b> animation.h:185</div></div>
|
||||
<div class="ttc" id="astructArmature_html_ac106591a5118c5a8fa8dcc7b03a8f51d"><div class="ttname"><a href="structArmature.html#ac106591a5118c5a8fa8dcc7b03a8f51d">Armature::type</a></div><div class="ttdeci">intptr_t type</div><div class="ttdef"><b>Definition</b> animation.h:184</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -178,10 +178,10 @@ $(function(){initNavTree('banana_2render_8inc_8c_source.html',''); initResizable
|
||||
<div class="ttc" id="amath__util_8c_html_a5e1d12b8745a8d5f8d73ab366328d3cd"><div class="ttname"><a href="math__util_8c.html#a5e1d12b8745a8d5f8d73ab366328d3cd">is_within_render_distance</a></div><div class="ttdeci">f32 is_within_render_distance(Vec3f cameraPos, Vec3f objectPos, u16 orientationY, f32 minDistance, f32 fov, f32 maxDistance)</div><div class="ttdef"><b>Definition</b> math_util.c:1099</div></div>
|
||||
<div class="ttc" id="amath__util_8c_html_a7085bb4bb08bdc39c0fa0b98f25176ef"><div class="ttname"><a href="math__util_8c.html#a7085bb4bb08bdc39c0fa0b98f25176ef">mtxf_pos_rotation_xyz</a></div><div class="ttdeci">void mtxf_pos_rotation_xyz(Mat4 out, Vec3f pos, Vec3s orientation)</div><div class="ttdef"><b>Definition</b> math_util.c:449</div></div>
|
||||
<div class="ttc" id="astructActor_html"><div class="ttname"><a href="structActor.html">Actor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:124</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:400</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a125826669f88f4663fb32d45e39fb6de"><div class="ttname"><a href="structBananaActor.html#a125826669f88f4663fb32d45e39fb6de">BananaActor::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:409</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a83d149d5f5dd3bdea515cb6d0ad6a0ee"><div class="ttname"><a href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:417</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_af75dd2dea48081a38272afd39b13b0e6"><div class="ttname"><a href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6">BananaActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:404</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:408</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a125826669f88f4663fb32d45e39fb6de"><div class="ttname"><a href="structBananaActor.html#a125826669f88f4663fb32d45e39fb6de">BananaActor::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:417</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a83d149d5f5dd3bdea515cb6d0ad6a0ee"><div class="ttname"><a href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:425</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_af75dd2dea48081a38272afd39b13b0e6"><div class="ttname"><a href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6">BananaActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:412</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:35</div></div>
|
||||
<div class="ttc" id="astructCamera_html_a0eac7222597bb35c86f8ab71bb2f9d2f"><div class="ttname"><a href="structCamera.html#a0eac7222597bb35c86f8ab71bb2f9d2f">Camera::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> camera.h:42</div></div>
|
||||
<div class="ttc" id="astructCamera_html_a7b3ff9e1366b31d516a32bbfb469cde4"><div class="ttname"><a href="structCamera.html#a7b3ff9e1366b31d516a32bbfb469cde4">Camera::fieldOfView</a></div><div class="ttdeci">f32 fieldOfView</div><div class="ttdef"><b>Definition</b> camera.h:43</div></div>
|
||||
|
||||
@@ -341,12 +341,12 @@ $(function(){initNavTree('banana_2update_8inc_8c_source.html',''); initResizable
|
||||
<div class="ttc" id="astructActor_html_af49bb0c1202a06dc594529a2e77249c6"><div class="ttname"><a href="structActor.html#af49bb0c1202a06dc594529a2e77249c6">Actor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:126</div></div>
|
||||
<div class="ttc" id="astructActor_html_afa1455dbf1a4698584ed8c501439692f"><div class="ttname"><a href="structActor.html#afa1455dbf1a4698584ed8c501439692f">Actor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:133</div></div>
|
||||
<div class="ttc" id="astructActor_html_afa5dea9480abaa994c912de779986ef9"><div class="ttname"><a href="structActor.html#afa5dea9480abaa994c912de779986ef9">Actor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:130</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:400</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a23b3c1167f55987ca33a44a544c1b000"><div class="ttname"><a href="structBananaActor.html#a23b3c1167f55987ca33a44a544c1b000">BananaActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:419</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a2c7136a31124c699629cd3d88562869b"><div class="ttname"><a href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">BananaActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:407</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a72b8568471d0153d1c1989acdd0a4627"><div class="ttname"><a href="structBananaActor.html#a72b8568471d0153d1c1989acdd0a4627">BananaActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:411</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a83d149d5f5dd3bdea515cb6d0ad6a0ee"><div class="ttname"><a href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:417</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_af75dd2dea48081a38272afd39b13b0e6"><div class="ttname"><a href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6">BananaActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:404</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:408</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a23b3c1167f55987ca33a44a544c1b000"><div class="ttname"><a href="structBananaActor.html#a23b3c1167f55987ca33a44a544c1b000">BananaActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:427</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a2c7136a31124c699629cd3d88562869b"><div class="ttname"><a href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">BananaActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:415</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a72b8568471d0153d1c1989acdd0a4627"><div class="ttname"><a href="structBananaActor.html#a72b8568471d0153d1c1989acdd0a4627">BananaActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:419</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_a83d149d5f5dd3bdea515cb6d0ad6a0ee"><div class="ttname"><a href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:425</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html_af75dd2dea48081a38272afd39b13b0e6"><div class="ttname"><a href="structBananaActor.html#af75dd2dea48081a38272afd39b13b0e6">BananaActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:412</div></div>
|
||||
<div class="ttc" id="astructCollision_html_a1f4571abf7b64d0f1e2ee7cf70b63079"><div class="ttname"><a href="structCollision.html#a1f4571abf7b64d0f1e2ee7cf70b63079">Collision::surfaceDistance</a></div><div class="ttdeci">Vec3f surfaceDistance</div><div class="ttdef"><b>Definition</b> common_structs.h:155</div></div>
|
||||
<div class="ttc" id="astructCollision_html_a89d734b6de49a8cdba1a407182399a3f"><div class="ttname"><a href="structCollision.html#a89d734b6de49a8cdba1a407182399a3f">Collision::orientationVector</a></div><div class="ttdeci">Vec3f orientationVector</div><div class="ttdef"><b>Definition</b> common_structs.h:158</div></div>
|
||||
<div class="ttc" id="astructCollision_html_ae75d61b5d234a28a8c08dfb14e326013"><div class="ttname"><a href="structCollision.html#ae75d61b5d234a28a8c08dfb14e326013">Collision::unk34</a></div><div class="ttdeci">u16 unk34</div><div class="ttdef"><b>Definition</b> common_structs.h:150</div></div>
|
||||
|
||||
@@ -133,7 +133,7 @@ $(function(){initNavTree('blue__and__red__shells_2render_8inc_8c_source.html',''
|
||||
<div class="ttc" id="acommon__structs_8h_html_ab7160f77e736961cfa2aff581aeee005"><div class="ttname"><a href="common__structs_8h.html#ab7160f77e736961cfa2aff581aeee005">Mat4</a></div><div class="ttdeci">f32 Mat4[4][4]</div><div class="ttdef"><b>Definition</b> common_structs.h:20</div></div>
|
||||
<div class="ttc" id="amain_8c_html_a126651d46f16435589024505d8aef7b7"><div class="ttname"><a href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a></div><div class="ttdeci">Gfx * gDisplayListHead</div><div class="ttdef"><b>Definition</b> main.c:129</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:35</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:320</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:328</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -692,24 +692,24 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
|
||||
<div class="ttc" id="astructPlayer_html_a71c4ebed7633cd2330dec792fcf24f1f"><div class="ttname"><a href="structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f">Player::type</a></div><div class="ttdeci">u16 type</div><div class="ttdef"><b>Definition</b> common_structs.h:265</div></div>
|
||||
<div class="ttc" id="astructPlayer_html_af68a201da4cc5a0628252a352d147767"><div class="ttname"><a href="structPlayer.html#af68a201da4cc5a0628252a352d147767">Player::currentRank</a></div><div class="ttdeci">s16 currentRank</div><div class="ttdef"><b>Definition</b> common_structs.h:267</div></div>
|
||||
<div class="ttc" id="astructPlayer_html_aff7447121b2e0bd051e58a276fce7b36"><div class="ttname"><a href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">Player::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> common_structs.h:274</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:320</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a10e3cd03ca10c5502ebe7af20829a565"><div class="ttname"><a href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565">ShellActor::rotAngle</a></div><div class="ttdeci">s16 rotAngle</div><div class="ttdef"><b>Definition</b> actor_types.h:336</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a1ca761f0cac83459e16cbc22002b4569"><div class="ttname"><a href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569">ShellActor::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:334</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a5368cbbb7b090d3f5abb520ca3ab9bf6"><div class="ttname"><a href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6">ShellActor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:322</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a610da60b5b38774fba6b6bb3076fd007"><div class="ttname"><a href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:333</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a62b51240387f83c669e3e279aaecbed8"><div class="ttname"><a href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8">ShellActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:331</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a6d1756d5e7cf11fdb35eec5ef86c6951"><div class="ttname"><a href="structShellActor.html#a6d1756d5e7cf11fdb35eec5ef86c6951">ShellActor::shellId</a></div><div class="ttdeci">f32 shellId</div><div class="ttdef"><b>Definition</b> actor_types.h:332</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a6eb62ab515773b295e7d8c4f6c10ae1b"><div class="ttname"><a href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">ShellActor::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:321</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a77c5d4878d9a0867430326a1d63491dc"><div class="ttname"><a href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc">ShellActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:340</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a89a884c6ba2b5b022b7dcb5e74d50910"><div class="ttname"><a href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">ShellActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:343</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acd41b01d05450b6a241a81907bb4fbb8"><div class="ttname"><a href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:342</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acf7c6324c79136005a8a16b0280862d4"><div class="ttname"><a href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">ShellActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:344</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_ad503d4399dfef15a8aeb4cfec64ac155"><div class="ttname"><a href="structShellActor.html#ad503d4399dfef15a8aeb4cfec64ac155">ShellActor::targetPlayer</a></div><div class="ttdeci">s16 targetPlayer</div><div class="ttdef"><b>Definition</b> actor_types.h:329</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_adaca452aa94770d8d57f99cc1f3b7151"><div class="ttname"><a href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151">ShellActor::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:327</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_af3da1448ac4320471aadbc7652ea81a5"><div class="ttname"><a href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">ShellActor::pathIndex</a></div><div class="ttdeci">u16 pathIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:337</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html"><div class="ttname"><a href="structTripleShellParent.html">TripleShellParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:303</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a31471d3847195ba9618a684764b96043"><div class="ttname"><a href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043">TripleShellParent::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:310</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a4fcf64256c3c06258809ee9a0871f6b6"><div class="ttname"><a href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:304</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:328</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a10e3cd03ca10c5502ebe7af20829a565"><div class="ttname"><a href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565">ShellActor::rotAngle</a></div><div class="ttdeci">s16 rotAngle</div><div class="ttdef"><b>Definition</b> actor_types.h:344</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a1ca761f0cac83459e16cbc22002b4569"><div class="ttname"><a href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569">ShellActor::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:342</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a5368cbbb7b090d3f5abb520ca3ab9bf6"><div class="ttname"><a href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6">ShellActor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:330</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a610da60b5b38774fba6b6bb3076fd007"><div class="ttname"><a href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:341</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a62b51240387f83c669e3e279aaecbed8"><div class="ttname"><a href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8">ShellActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:339</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a6d1756d5e7cf11fdb35eec5ef86c6951"><div class="ttname"><a href="structShellActor.html#a6d1756d5e7cf11fdb35eec5ef86c6951">ShellActor::shellId</a></div><div class="ttdeci">f32 shellId</div><div class="ttdef"><b>Definition</b> actor_types.h:340</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a6eb62ab515773b295e7d8c4f6c10ae1b"><div class="ttname"><a href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">ShellActor::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:329</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a77c5d4878d9a0867430326a1d63491dc"><div class="ttname"><a href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc">ShellActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:348</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a89a884c6ba2b5b022b7dcb5e74d50910"><div class="ttname"><a href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">ShellActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:351</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acd41b01d05450b6a241a81907bb4fbb8"><div class="ttname"><a href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:350</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acf7c6324c79136005a8a16b0280862d4"><div class="ttname"><a href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">ShellActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:352</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_ad503d4399dfef15a8aeb4cfec64ac155"><div class="ttname"><a href="structShellActor.html#ad503d4399dfef15a8aeb4cfec64ac155">ShellActor::targetPlayer</a></div><div class="ttdeci">s16 targetPlayer</div><div class="ttdef"><b>Definition</b> actor_types.h:337</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_adaca452aa94770d8d57f99cc1f3b7151"><div class="ttname"><a href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151">ShellActor::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:335</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_af3da1448ac4320471aadbc7652ea81a5"><div class="ttname"><a href="structShellActor.html#af3da1448ac4320471aadbc7652ea81a5">ShellActor::pathIndex</a></div><div class="ttdeci">u16 pathIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:345</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html"><div class="ttname"><a href="structTripleShellParent.html">TripleShellParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:311</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a31471d3847195ba9618a684764b96043"><div class="ttname"><a href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043">TripleShellParent::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:318</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a4fcf64256c3c06258809ee9a0871f6b6"><div class="ttname"><a href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:312</div></div>
|
||||
<div class="ttc" id="awaypoints_8h_html"><div class="ttname"><a href="waypoints_8h.html">waypoints.h</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -1259,7 +1259,7 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line">((<span class="keyword">struct </span><a class="code hl_struct" href="structBananaActor.html">BananaActor</a>*) (actor))</div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:400</div></div>
|
||||
<div class="ttc" id="astructBananaActor_html"><div class="ttname"><a href="structBananaActor.html">BananaActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:408</div></div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
@@ -1278,7 +1278,7 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line">((<span class="keyword">struct </span><a class="code hl_struct" href="structBananaBunchParent.html">BananaBunchParent</a>*) (actor))</div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html"><div class="ttname"><a href="structBananaBunchParent.html">BananaBunchParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:384</div></div>
|
||||
<div class="ttc" id="astructBananaBunchParent_html"><div class="ttname"><a href="structBananaBunchParent.html">BananaBunchParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:392</div></div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
@@ -1381,7 +1381,7 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line">((<span class="keyword">struct </span><a class="code hl_struct" href="structFakeItemBox.html">FakeItemBox</a>*) (actor))</div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:367</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:375</div></div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
@@ -1422,7 +1422,7 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line">((<span class="keyword">struct </span><a class="code hl_struct" href="structShellActor.html">ShellActor</a>*) (actor))</div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:320</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:328</div></div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+5
-5
@@ -210,8 +210,8 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000033">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000034">Todo</a></b></dt><dd>loads of magic constants.. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000031">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000032">Todo</a></b></dt><dd>loads of magic constants.. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -284,7 +284,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000035">Todo</a></b></dt><dd>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000033">Todo</a></b></dt><dd>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -348,8 +348,8 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000031">Todo</a></b></dt><dd>fix magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000032">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000029">Todo</a></b></dt><dd>fix magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000030">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+6
-6
@@ -1100,8 +1100,8 @@ Here is the call graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000033">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000034">Todo</a></b></dt><dd>loads of magic constants.. </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000031">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000032">Todo</a></b></dt><dd>loads of magic constants.. </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -1324,7 +1324,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000044">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000043">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -1388,7 +1388,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000035">Todo</a></b></dt><dd>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000033">Todo</a></b></dt><dd>don't like this =/ //maybe &inode->inode_table[j*PFS_ONE_PAGE].ipage or something </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -1452,8 +1452,8 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000031">Todo</a></b></dt><dd>fix magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000032">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000029">Todo</a></b></dt><dd>fix magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000030">Todo</a></b></dt><dd>remove magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -186,7 +186,7 @@ Variables</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Initial value:</b><div class="fragment"><div class="line">= {</div>
|
||||
<div class="line"> { <a class="code hl_variable" href="TestTrack_8cpp.html#a5776e9da61369423652d9d1c875f2abd">mario_Plane_001_mesh</a>, 255, 255, 0x0000 },</div>
|
||||
<div class="line"> { .model = <a class="code hl_variable" href="TestTrack_8cpp.html#a5776e9da61369423652d9d1c875f2abd">mario_Plane_001_mesh</a>, 255, 255, 0x0000 },</div>
|
||||
<div class="line"> { 0x00000000, 0, 0, 0x00000 },</div>
|
||||
<div class="line">}</div>
|
||||
</div><!-- fragment -->
|
||||
|
||||
+11
-8
@@ -10445,12 +10445,12 @@
|
||||
<a href="md_docs_2BUILDING.html#windows"/>
|
||||
<a href="md_docs_2custom-audio.html"/>
|
||||
<a href="md_docs_2custom-audio.html#example"/>
|
||||
<a href="md_docs_2custom-audio.html#future-plans-1"/>
|
||||
<a href="md_docs_2custom-audio.html#future-plans-2"/>
|
||||
<a href="md_docs_2custom-characters.html"/>
|
||||
<a href="md_docs_2custom-characters.html#additional-files-1"/>
|
||||
<a href="md_docs_2custom-characters.html#change-viewport-render-settings-1"/>
|
||||
<a href="md_docs_2custom-characters.html#examples-for-all-characters-1"/>
|
||||
<a href="md_docs_2custom-characters.html#future-plans-2"/>
|
||||
<a href="md_docs_2custom-characters.html#future-plans-1"/>
|
||||
<a href="md_docs_2custom-characters.html#tips-1"/>
|
||||
<a href="md_docs_2custom-characters.html#tools-to-help-1"/>
|
||||
<a href="md_docs_2faq.html"/>
|
||||
@@ -10466,7 +10466,7 @@
|
||||
<a href="md_docs_2migrations.html#other-textures"/>
|
||||
<a href="md_docs_2migrations.html#overview"/>
|
||||
<a href="md_docs_2migrations.html#path-changes"/>
|
||||
<a href="md_docs_2migrations.html#see-also"/>
|
||||
<a href="md_docs_2migrations.html#see-also-1"/>
|
||||
<a href="md_docs_2migrations.html#textures"/>
|
||||
<a href="md_docs_2migrations.html#track-textures"/>
|
||||
<a href="md_docs_2migrations.html#troubleshooting"/>
|
||||
@@ -10488,7 +10488,7 @@
|
||||
<a href="md_docs_2mods-toml.html#location"/>
|
||||
<a href="md_docs_2mods-toml.html#migration-script-support"/>
|
||||
<a href="md_docs_2mods-toml.html#mod-section"/>
|
||||
<a href="md_docs_2mods-toml.html#see-also-1"/>
|
||||
<a href="md_docs_2mods-toml.html#see-also"/>
|
||||
<a href="md_docs_2mods-toml.html#validation"/>
|
||||
<a href="md_docs_2mods-toml.html#version-requirements"/>
|
||||
<a href="md_docs_2sequences-information.html"/>
|
||||
@@ -18135,11 +18135,11 @@
|
||||
<a href="structAnimationCycleSpec.html#a908f9e109d7fd0cda2501dee8a40815e"/>
|
||||
<a href="structAnimationCycleSpec.html#aafe200883957788393b92b5e614b341e"/>
|
||||
<a href="structArmature.html"/>
|
||||
<a href="structArmature.html#a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1"/>
|
||||
<a href="structArmature.html#a52d17f5254f03133e2da1be5505823f5"/>
|
||||
<a href="structArmature.html#a5b6ea597aa6fdf68191c9d977f88e960"/>
|
||||
<a href="structArmature.html#a1e4107398086eb92a3bf9facc46c7d02"/>
|
||||
<a href="structArmature.html#a39f416b644620d7283618153b864fa52"/>
|
||||
<a href="structArmature.html#a48718d73f9195e2f1f0c27cc552bc135"/>
|
||||
<a href="structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f"/>
|
||||
<a href="structArmature.html#ad7c035a33adf8d6e40a8cff8da6d81ce"/>
|
||||
<a href="structArmature.html#ac106591a5118c5a8fa8dcc7b03a8f51d"/>
|
||||
<a href="structAudioBank.html"/>
|
||||
<a href="structAudioBank.html#a18135a07ed4e0a146a36c2f3fdefd57c"/>
|
||||
<a href="structAudioBank.html#a24a599791d5abf0ba92582f55d2e9149"/>
|
||||
@@ -19230,6 +19230,8 @@
|
||||
<a href="structRailroadCrossing.html#a5fd919ce89c0786852789ceacf5d690a"/>
|
||||
<a href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78"/>
|
||||
<a href="structRailroadCrossing.html#ab0b59419d7707e9d2f096730729ed2f5"/>
|
||||
<a href="structRailroadCrossing.html#ab9db8067085f28f314a19c64b7cad921"/>
|
||||
<a href="structRailroadCrossing.html#abbe5b15da70c7c9cc2c357f6bff833e3"/>
|
||||
<a href="structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e"/>
|
||||
<a href="structRailroadCrossing.html#ada3db7bde004fe66a5b0ff43eadc32dd"/>
|
||||
<a href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9"/>
|
||||
@@ -19749,6 +19751,7 @@
|
||||
<a href="structTrackPositionFactorInstruction.html#acb27a2a2fef47fad6ef25ad2fcd357ce"/>
|
||||
<a href="structTrackSections.html"/>
|
||||
<a href="structTrackSections.html#a4616695b955d9f9c5f654f2d8fb18430"/>
|
||||
<a href="structTrackSections.html#a51b2e9bf9b66a5ce5795e47b31177990"/>
|
||||
<a href="structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3"/>
|
||||
<a href="structTrackSections.html#a56bf37b419cfcea6ae9a23f780dc0036"/>
|
||||
<a href="structTrackSections.html#a5da9422111f0325e591566d162776c1d"/>
|
||||
|
||||
@@ -348,12 +348,12 @@ $(function(){initNavTree('fake__item__box_2render_8inc_8c_source.html',''); init
|
||||
<div class="ttc" id="astructCamera_html_a0eac7222597bb35c86f8ab71bb2f9d2f"><div class="ttname"><a href="structCamera.html#a0eac7222597bb35c86f8ab71bb2f9d2f">Camera::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> camera.h:42</div></div>
|
||||
<div class="ttc" id="astructCamera_html_a7b3ff9e1366b31d516a32bbfb469cde4"><div class="ttname"><a href="structCamera.html#a7b3ff9e1366b31d516a32bbfb469cde4">Camera::fieldOfView</a></div><div class="ttdeci">f32 fieldOfView</div><div class="ttdef"><b>Definition</b> camera.h:43</div></div>
|
||||
<div class="ttc" id="astructCamera_html_aaa7eaab22236f016fd933666bd90c741"><div class="ttname"><a href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> camera.h:36</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:367</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a06e10891852bdc853b439ca471992687"><div class="ttname"><a href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687">FakeItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:374</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a29e91595b541928305d78842ada268da"><div class="ttname"><a href="structFakeItemBox.html#a29e91595b541928305d78842ada268da">FakeItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:370</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a746708f466ee6c64434cae235b79f39d"><div class="ttname"><a href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">FakeItemBox::sizeScaling</a></div><div class="ttdeci">f32 sizeScaling</div><div class="ttdef"><b>Definition</b> actor_types.h:372</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ac40351f6f80e83eeb4f2821d38f25bb4"><div class="ttname"><a href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4">FakeItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:371</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ae6a281aea1539ac409a2165be5686c63"><div class="ttname"><a href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:376</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:375</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a06e10891852bdc853b439ca471992687"><div class="ttname"><a href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687">FakeItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:382</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a29e91595b541928305d78842ada268da"><div class="ttname"><a href="structFakeItemBox.html#a29e91595b541928305d78842ada268da">FakeItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:378</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a746708f466ee6c64434cae235b79f39d"><div class="ttname"><a href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">FakeItemBox::sizeScaling</a></div><div class="ttdeci">f32 sizeScaling</div><div class="ttdef"><b>Definition</b> actor_types.h:380</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ac40351f6f80e83eeb4f2821d38f25bb4"><div class="ttname"><a href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4">FakeItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:379</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ae6a281aea1539ac409a2165be5686c63"><div class="ttname"><a href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:384</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -230,14 +230,14 @@ $(function(){initNavTree('fake__item__box_2update_8inc_8c_source.html',''); init
|
||||
<div class="ttc" id="astructActor_html_afa5dea9480abaa994c912de779986ef9"><div class="ttname"><a href="structActor.html#afa5dea9480abaa994c912de779986ef9">Actor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:130</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:66</div></div>
|
||||
<div class="ttc" id="astructController_html_af68b8dc9459d69a7dfdf57dabf8dbae5"><div class="ttname"><a href="structController.html#af68b8dc9459d69a7dfdf57dabf8dbae5">Controller::buttonDepressed</a></div><div class="ttdeci">u16 buttonDepressed</div><div class="ttdef"><b>Definition</b> common_structs.h:73</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:367</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a06e10891852bdc853b439ca471992687"><div class="ttname"><a href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687">FakeItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:374</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a616ed6fc7508f5dd63992646880f1fd1"><div class="ttname"><a href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">FakeItemBox::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:373</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a746708f466ee6c64434cae235b79f39d"><div class="ttname"><a href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">FakeItemBox::sizeScaling</a></div><div class="ttdeci">f32 sizeScaling</div><div class="ttdef"><b>Definition</b> actor_types.h:372</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a82f986c6d7570407077c1c01bd53bcdb"><div class="ttname"><a href="structFakeItemBox.html#a82f986c6d7570407077c1c01bd53bcdb">FakeItemBox::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:380</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a915ac8f7b08bc18610519794e39db176"><div class="ttname"><a href="structFakeItemBox.html#a915ac8f7b08bc18610519794e39db176">FakeItemBox::playerId</a></div><div class="ttdeci">f32 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:377</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ac40351f6f80e83eeb4f2821d38f25bb4"><div class="ttname"><a href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4">FakeItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:371</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ae6a281aea1539ac409a2165be5686c63"><div class="ttname"><a href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:376</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html"><div class="ttname"><a href="structFakeItemBox.html">FakeItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:375</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a06e10891852bdc853b439ca471992687"><div class="ttname"><a href="structFakeItemBox.html#a06e10891852bdc853b439ca471992687">FakeItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:382</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a616ed6fc7508f5dd63992646880f1fd1"><div class="ttname"><a href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">FakeItemBox::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:381</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a746708f466ee6c64434cae235b79f39d"><div class="ttname"><a href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">FakeItemBox::sizeScaling</a></div><div class="ttdeci">f32 sizeScaling</div><div class="ttdef"><b>Definition</b> actor_types.h:380</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a82f986c6d7570407077c1c01bd53bcdb"><div class="ttname"><a href="structFakeItemBox.html#a82f986c6d7570407077c1c01bd53bcdb">FakeItemBox::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:388</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_a915ac8f7b08bc18610519794e39db176"><div class="ttname"><a href="structFakeItemBox.html#a915ac8f7b08bc18610519794e39db176">FakeItemBox::playerId</a></div><div class="ttdeci">f32 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:385</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ac40351f6f80e83eeb4f2821d38f25bb4"><div class="ttname"><a href="structFakeItemBox.html#ac40351f6f80e83eeb4f2821d38f25bb4">FakeItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:379</div></div>
|
||||
<div class="ttc" id="astructFakeItemBox_html_ae6a281aea1539ac409a2165be5686c63"><div class="ttname"><a href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:384</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:264</div></div>
|
||||
<div class="ttc" id="astructPlayer_html_a318e9a823f125d97835cd39aaee920e4"><div class="ttname"><a href="structPlayer.html#a318e9a823f125d97835cd39aaee920e4">Player::triggers</a></div><div class="ttdeci">s32 triggers</div><div class="ttdef"><b>Definition</b> common_structs.h:271</div></div>
|
||||
<div class="ttc" id="astructPlayer_html_a71c4ebed7633cd2330dec792fcf24f1f"><div class="ttname"><a href="structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f">Player::type</a></div><div class="ttdeci">u16 type</div><div class="ttdef"><b>Definition</b> common_structs.h:265</div></div>
|
||||
|
||||
@@ -199,11 +199,11 @@ $(function(){initNavTree('falling__rock_2render_8inc_8c_source.html',''); initRe
|
||||
<div class="ttc" id="astructCamera_html_aaa7eaab22236f016fd933666bd90c741"><div class="ttname"><a href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> camera.h:36</div></div>
|
||||
<div class="ttc" id="astructCollision_html_ae75d61b5d234a28a8c08dfb14e326013"><div class="ttname"><a href="structCollision.html#ae75d61b5d234a28a8c08dfb14e326013">Collision::unk34</a></div><div class="ttdeci">u16 unk34</div><div class="ttdef"><b>Definition</b> common_structs.h:150</div></div>
|
||||
<div class="ttc" id="astructCollision_html_ae78e07a65ab659cdf61a1f1ca3149a36"><div class="ttname"><a href="structCollision.html#ae78e07a65ab659cdf61a1f1ca3149a36">Collision::meshIndexZX</a></div><div class="ttdeci">u16 meshIndexZX</div><div class="ttdef"><b>Definition</b> common_structs.h:154</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html"><div class="ttname"><a href="structFallingRock.html">FallingRock</a></div><div class="ttdef"><b>Definition</b> actor_types.h:181</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a1813485d40d1ba84720c6ac416bd685e"><div class="ttname"><a href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e">FallingRock::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:192</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a2f0889a792eb41e695782460e49b4107"><div class="ttname"><a href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107">FallingRock::respawnTimer</a></div><div class="ttdeci">s16 respawnTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:184</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a4e01cc977edd28d2b84aecb215980491"><div class="ttname"><a href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491">FallingRock::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:188</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a9132acc2c2159d25dd0d752e4fa5f199"><div class="ttname"><a href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:190</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html"><div class="ttname"><a href="structFallingRock.html">FallingRock</a></div><div class="ttdef"><b>Definition</b> actor_types.h:189</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a1813485d40d1ba84720c6ac416bd685e"><div class="ttname"><a href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e">FallingRock::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:200</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a2f0889a792eb41e695782460e49b4107"><div class="ttname"><a href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107">FallingRock::respawnTimer</a></div><div class="ttdeci">s16 respawnTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:192</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a4e01cc977edd28d2b84aecb215980491"><div class="ttname"><a href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491">FallingRock::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:196</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a9132acc2c2159d25dd0d752e4fa5f199"><div class="ttname"><a href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:198</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -261,13 +261,13 @@ $(function(){initNavTree('falling__rock_2update_8inc_8c_source.html',''); initRe
|
||||
<div class="ttc" id="astructCollision_html_a89d734b6de49a8cdba1a407182399a3f"><div class="ttname"><a href="structCollision.html#a89d734b6de49a8cdba1a407182399a3f">Collision::orientationVector</a></div><div class="ttdeci">Vec3f orientationVector</div><div class="ttdef"><b>Definition</b> common_structs.h:158</div></div>
|
||||
<div class="ttc" id="astructCollision_html_abbac7b426b00b3cfcd6037628163cc74"><div class="ttname"><a href="structCollision.html#abbac7b426b00b3cfcd6037628163cc74">Collision::unk54</a></div><div class="ttdeci">Vec3f unk54</div><div class="ttdef"><b>Definition</b> common_structs.h:157</div></div>
|
||||
<div class="ttc" id="astructCollision_html_af18ab1dc022ce25ba4fa4f1b9b348126"><div class="ttname"><a href="structCollision.html#af18ab1dc022ce25ba4fa4f1b9b348126">Collision::unk48</a></div><div class="ttdeci">Vec3f unk48</div><div class="ttdef"><b>Definition</b> common_structs.h:156</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html"><div class="ttname"><a href="structFallingRock.html">FallingRock</a></div><div class="ttdef"><b>Definition</b> actor_types.h:181</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a1813485d40d1ba84720c6ac416bd685e"><div class="ttname"><a href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e">FallingRock::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:192</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a2f0889a792eb41e695782460e49b4107"><div class="ttname"><a href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107">FallingRock::respawnTimer</a></div><div class="ttdeci">s16 respawnTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:184</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a4e01cc977edd28d2b84aecb215980491"><div class="ttname"><a href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491">FallingRock::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:188</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a5e49dea5026d0b37a10275ebdb0b58cb"><div class="ttname"><a href="structFallingRock.html#a5e49dea5026d0b37a10275ebdb0b58cb">FallingRock::unk_06</a></div><div class="ttdeci">s16 unk_06</div><div class="ttdef"><b>Definition</b> actor_types.h:185</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a9132acc2c2159d25dd0d752e4fa5f199"><div class="ttname"><a href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:190</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_aaf8234241e92e7c55ad1a574d5e2fafc"><div class="ttname"><a href="structFallingRock.html#aaf8234241e92e7c55ad1a574d5e2fafc">FallingRock::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:191</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html"><div class="ttname"><a href="structFallingRock.html">FallingRock</a></div><div class="ttdef"><b>Definition</b> actor_types.h:189</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a1813485d40d1ba84720c6ac416bd685e"><div class="ttname"><a href="structFallingRock.html#a1813485d40d1ba84720c6ac416bd685e">FallingRock::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:200</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a2f0889a792eb41e695782460e49b4107"><div class="ttname"><a href="structFallingRock.html#a2f0889a792eb41e695782460e49b4107">FallingRock::respawnTimer</a></div><div class="ttdeci">s16 respawnTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:192</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a4e01cc977edd28d2b84aecb215980491"><div class="ttname"><a href="structFallingRock.html#a4e01cc977edd28d2b84aecb215980491">FallingRock::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:196</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a5e49dea5026d0b37a10275ebdb0b58cb"><div class="ttname"><a href="structFallingRock.html#a5e49dea5026d0b37a10275ebdb0b58cb">FallingRock::unk_06</a></div><div class="ttdeci">s16 unk_06</div><div class="ttdef"><b>Definition</b> actor_types.h:193</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_a9132acc2c2159d25dd0d752e4fa5f199"><div class="ttname"><a href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:198</div></div>
|
||||
<div class="ttc" id="astructFallingRock_html_aaf8234241e92e7c55ad1a574d5e2fafc"><div class="ttname"><a href="structFallingRock.html#aaf8234241e92e7c55ad1a574d5e2fafc">FallingRock::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:199</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
+1
-1
@@ -197,7 +197,7 @@ $(function(){initNavTree('functions_a.html',''); initResizable(true); });
|
||||
<li>alsa : <a class="el" href="structma__context__config.html#a31419ce7648146342e9ec1d3c58dd6ad">ma_context_config</a>, <a class="el" href="structma__device__config.html#afbc67a663ba7f4848ad5b4dcf16088ea">ma_device_config</a>, <a class="el" href="unionma__device__id.html#ab09c8d7c0f137078a00098c681dab559">ma_device_id</a></li>
|
||||
<li>alsoLapCount : <a class="el" href="structhud__player.html#a3bf6c6d74d60d7cf19c5aa483a8edde5">hud_player</a></li>
|
||||
<li>always_set_to_something_but_never_used : <a class="el" href="structAnimation.html#af85d7839b1a8ea8eaac068a8c82cd955">Animation</a></li>
|
||||
<li>always_zero_never_used : <a class="el" href="structAnimation.html#af94fdd03186279b9531f67158159b722">Animation</a>, <a class="el" href="structArmature.html#a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1">Armature</a></li>
|
||||
<li>always_zero_never_used : <a class="el" href="structAnimation.html#af94fdd03186279b9531f67158159b722">Animation</a>, <a class="el" href="structArmature.html#a48718d73f9195e2f1f0c27cc552bc135">Armature</a></li>
|
||||
<li>AMarioSign() : <a class="el" href="classAMarioSign.html#a3a685e9efe29f34cd2e3e0f5d85752f9">AMarioSign</a></li>
|
||||
<li>ambB : <a class="el" href="structSF64_1_1EnvSettingsData.html#aca438eb46427cfba112f84c43367eaee">SF64::EnvSettingsData</a></li>
|
||||
<li>ambG : <a class="el" href="structSF64_1_1EnvSettingsData.html#ac0e6522c78a3dc7303387d526d999538">SF64::EnvSettingsData</a></li>
|
||||
|
||||
+1
-1
@@ -178,7 +178,7 @@ $(function(){initNavTree('functions_b.html',''); initResizable(true); });
|
||||
<li>BounceTimer : <a class="el" href="classOBombKart.html#afdcd75e829449afdad0913d9e35dab2b">OBombKart</a></li>
|
||||
<li>bounceTimer : <a class="el" href="structBombKart.html#a88edf2368de96c55b84ad782ae269ffc">BombKart</a></li>
|
||||
<li>BoundingBoxSize : <a class="el" href="classAActor.html#ae21ae71bb87411d5db04d471a8864c2d">AActor</a>, <a class="el" href="classATree.html#aec792a7318044254293e1c6e82535eeb">ATree</a>, <a class="el" href="classOThwomp.html#aec6d7ee2dc1e858dab86406d0195204b">OThwomp</a>, <a class="el" href="structSpawnParams.html#a9581ddcb5575adb41de15f4d4917e9f6">SpawnParams</a>, <a class="el" href="classTrackEditor_1_1GameObject.html#a4aa4517c35b8a974f29988d661e62af8">TrackEditor::GameObject</a></li>
|
||||
<li>boundingBoxSize : <a class="el" href="structActor.html#afa5dea9480abaa994c912de779986ef9">Actor</a>, <a class="el" href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">BananaActor</a>, <a class="el" href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">FakeItemBox</a>, <a class="el" href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6">FallingRock</a>, <a class="el" href="structItemBox.html#a6b37d97242511db5433fe8cface653a4">ItemBox</a>, <a class="el" href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36">KiwanoFruit</a>, <a class="el" href="structObject.html#adb151c072a08584e75362bbabf6e6c1d">Object</a>, <a class="el" href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99">PiranhaPlant</a>, <a class="el" href="structPlayer.html#a681f0fac4abe58cf5919dd4c6ac503d0">Player</a>, <a class="el" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor</a>, <a class="el" href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9">YoshiValleyEgg</a></li>
|
||||
<li>boundingBoxSize : <a class="el" href="structActor.html#afa5dea9480abaa994c912de779986ef9">Actor</a>, <a class="el" href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">BananaActor</a>, <a class="el" href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">FakeItemBox</a>, <a class="el" href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6">FallingRock</a>, <a class="el" href="structItemBox.html#a6b37d97242511db5433fe8cface653a4">ItemBox</a>, <a class="el" href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36">KiwanoFruit</a>, <a class="el" href="structObject.html#adb151c072a08584e75362bbabf6e6c1d">Object</a>, <a class="el" href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99">PiranhaPlant</a>, <a class="el" href="structPlayer.html#a681f0fac4abe58cf5919dd4c6ac503d0">Player</a>, <a class="el" href="structRailroadCrossing.html#abbe5b15da70c7c9cc2c357f6bff833e3">RailroadCrossing</a>, <a class="el" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor</a>, <a class="el" href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9">YoshiValleyEgg</a></li>
|
||||
<li>BowsersCastle() : <a class="el" href="classBowsersCastle.html#a2f3a973ddaa8729223ad41d81ae9ee43">BowsersCastle</a></li>
|
||||
<li>bPendingDestroy : <a class="el" href="classAActor.html#a6a14c7fbedee44f3e2967ca10b5d150b">AActor</a>, <a class="el" href="classOObject.html#ab801bb96b735d86e0850f26a70667530">OObject</a>, <a class="el" href="classStaticMeshActor.html#a2a360299d1e2518432f3ccce9ec0f043">StaticMeshActor</a></li>
|
||||
<li>bpf : <a class="el" href="structma__bpf__node.html#a6acf87668f1555026c0396a724b905c2">ma_bpf_node</a>, <a class="el" href="structma__bpf__node__config.html#a1cbc641f494aee92ba0a8cc611f7d843">ma_bpf_node_config</a></li>
|
||||
|
||||
+1
-1
@@ -200,7 +200,7 @@ $(function(){initNavTree('functions_m.html',''); initResizable(true); });
|
||||
<li>Mode : <a class="el" href="classAText.html#a9db636827baa709d65ee0b376ddef93e">AText</a></li>
|
||||
<li>mode : <a class="el" href="structAText_1_1CharacterList.html#a923349ad72cca0dcb9d507aaff55fc06">AText::CharacterList</a>, <a class="el" href="structCamera.html#a987324a5181e9e4e8006d5c0e565339b">Camera</a>, <a class="el" href="structma__panner.html#a5bc26a6f24b5cb776d55d41936a9de98">ma_panner</a>, <a class="el" href="structma__panner__config.html#ab1683dfbb4c6899bd4da6abfcea46682">ma_panner_config</a>, <a class="el" href="structPortamento.html#a2054af42de80730e8c81b0a12bfa87cd">Portamento</a></li>
|
||||
<li>Model : <a class="el" href="classAActor.html#a44ad3afad2605f1e8b6449b797b50369">AActor</a>, <a class="el" href="classOObject.html#a6e4242c0ead005d0a05b802ec17db9fa">OObject</a>, <a class="el" href="classStaticMeshActor.html#a87071cd190c13973d4fcfb40462f5f74">StaticMeshActor</a>, <a class="el" href="classTrackEditor_1_1GameObject.html#abc8d35c5d1b32e7df04e2c9d463dd6ae">TrackEditor::GameObject</a></li>
|
||||
<li>model : <a class="el" href="structActor.html#ac722b487dbdddd92acbc81e998952643">Actor</a>, <a class="el" href="structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f">Armature</a>, <a class="el" href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239">BananaActor</a>, <a class="el" href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c">BananaBunchParent</a>, <a class="el" href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87">FakeItemBox</a>, <a class="el" href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219">FallingRock</a>, <a class="el" href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc">ItemBox</a>, <a class="el" href="structItemWindowObjects.html#a41c741a21e8246c6ebde4fb7cf33c218">ItemWindowObjects</a>, <a class="el" href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f">KiwanoFruit</a>, <a class="el" href="structObject.html#a6b14e6850347a9c3e4c05a3aa9b80480">Object</a>, <a class="el" href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44">PiranhaPlant</a>, <a class="el" href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6">RailroadCrossing</a>, <a class="el" href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078">ShellActor</a>, <a class="el" href="structTrainCar.html#ac6d40dcf8d9611d206ad371186839ef9">TrainCar</a>, <a class="el" href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1">TripleShellParent</a>, <a class="el" href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd">YoshiValleyEgg</a></li>
|
||||
<li>model : <a class="el" href="structActor.html#ac722b487dbdddd92acbc81e998952643">Actor</a>, <a class="el" href="structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f">Armature</a>, <a class="el" href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239">BananaActor</a>, <a class="el" href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c">BananaBunchParent</a>, <a class="el" href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87">FakeItemBox</a>, <a class="el" href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219">FallingRock</a>, <a class="el" href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc">ItemBox</a>, <a class="el" href="structItemWindowObjects.html#a41c741a21e8246c6ebde4fb7cf33c218">ItemWindowObjects</a>, <a class="el" href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f">KiwanoFruit</a>, <a class="el" href="structObject.html#a6b14e6850347a9c3e4c05a3aa9b80480">Object</a>, <a class="el" href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44">PiranhaPlant</a>, <a class="el" href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6">RailroadCrossing</a>, <a class="el" href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078">ShellActor</a>, <a class="el" href="structTrackSections.html#a51b2e9bf9b66a5ce5795e47b31177990">TrackSections</a>, <a class="el" href="structTrainCar.html#ac6d40dcf8d9611d206ad371186839ef9">TrainCar</a>, <a class="el" href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1">TripleShellParent</a>, <a class="el" href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd">YoshiValleyEgg</a></li>
|
||||
<li>modes : <a class="el" href="unionGameModePack.html#a7480766028750720e0e81e64e658922c">GameModePack</a></li>
|
||||
<li>mOffset : <a class="el" href="classSkySnow.html#a6ddc375be6ee9e79a3382272ee7797dd">SkySnow</a></li>
|
||||
<li>mOldX : <a class="el" href="classSkyActor.html#a03f16f79738819a45005212719c68495">SkyActor</a></li>
|
||||
|
||||
+1
-1
@@ -278,7 +278,7 @@ $(function(){initNavTree('functions_p.html',''); initResizable(true); });
|
||||
<li>portamentoTime : <a class="el" href="structSequenceChannelLayer.html#a26dfe2d9993d7d5b6e2d09937aa0bcb4">SequenceChannelLayer</a></li>
|
||||
<li>PortMenu() : <a class="el" href="classGameUI_1_1PortMenu.html#a081a0aa5ac927ede42b39f87033b2136">GameUI::PortMenu</a></li>
|
||||
<li>Pos : <a class="el" href="classAActor.html#acd3ec7397ca7136e2b5b5cdec6365847">AActor</a>, <a class="el" href="structMinimapProps.html#a068aaf6c703b5e97b6cd38f8aa4f8521">MinimapProps</a>, <a class="el" href="classOBombKart.html#a13263cb0e3b68d69629f4e429fa8f026">OBombKart</a>, <a class="el" href="classOGrandPrixBalloons.html#aa30cae18c3bbefd191396c6d6c67e7c3">OGrandPrixBalloons</a>, <a class="el" href="classOHotAirBalloon.html#a2d1ff17764ff93db74eccec3261951c3">OHotAirBalloon</a>, <a class="el" href="structOMoleGroup_1_1MoleEntry.html#a3890bf5c124dbab6e4e25ede43f58129">OMoleGroup::MoleEntry</a>, <a class="el" href="classOSnowman.html#a9c9b5bc9ee6d3f176c41d3e071c0881f">OSnowman</a>, <a class="el" href="classStaticMeshActor.html#a10ca4ba669f6638e811a87b44996a27c">StaticMeshActor</a>, <a class="el" href="structTourCamera_1_1CameraShot.html#a5125fff3b886ec1d98869b8a0dea972d">TourCamera::CameraShot</a>, <a class="el" href="structTourCamera_1_1KeyFrame.html#af99999f4f8e3f06709ea36ae6bd6e878">TourCamera::KeyFrame</a>, <a class="el" href="classTrackEditor_1_1GameObject.html#a24ba0e24ac6d1344a71b72d8aa4e3413">TrackEditor::GameObject</a>, <a class="el" href="classTrackEditor_1_1Gizmo.html#a1b7ba1816980edd0ad64bdc2e7ce260d">TrackEditor::Gizmo</a></li>
|
||||
<li>pos : <a class="el" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">Actor</a>, <a class="el" href="structActorSpawnData.html#accbc5f2097f1317afa9519a2e4d5833c">ActorSpawnData</a>, <a class="el" href="structArmature.html#a52d17f5254f03133e2da1be5505823f5">Armature</a>, <a class="el" href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor</a>, <a class="el" href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera</a>, <a class="el" href="structCeremonyActor.html#a27dc934acc4ee0a396c40200ffcd44e2">CeremonyActor</a>, <a class="el" href="structCinematicCamera.html#aa3920ce6fd4e2dc167d8f1c5627ddf46">CinematicCamera</a>, <a class="el" href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox</a>, <a class="el" href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock</a>, <a class="el" href="structFirework.html#a49968012ca474326e0b35502bc94f407">Firework</a>, <a class="el" href="structfreecamSaveState.html#ac526af9b375adbba446cb8f1abf8c401">freecamSaveState</a>, <a class="el" href="structHegdehogSpawn.html#a7722b6074c53f514bcacd6a7ea798175">HegdehogSpawn</a>, <a class="el" href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox</a>, <a class="el" href="structItemWindowObjects.html#ac73898b6c483d6ac48bbd0d039cb7566">ItemWindowObjects</a>, <a class="el" href="structKartTyre.html#a87a8d7e31bc6f0aaabf42d697097aea3">KartTyre</a>, <a class="el" href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">KiwanoFruit</a>, <a class="el" href="structObject.html#a156caa94c94abaf104f52d3d928c47dc">Object</a>, <a class="el" href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant</a>, <a class="el" href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">Player</a>, <a class="el" href="classPlayerBombKart.html#aa5fd50a138061ae43d32dde449de6de5">PlayerBombKart</a>, <a class="el" href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing</a>, <a class="el" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor</a>, <a class="el" href="structSnowmanSpawn.html#af7232660ed73569f632b7b299c320cc0">SnowmanSpawn</a>, <a class="el" href="structSplineControlPoint.html#a20b1849e16690c9f8a86155920a7a09b">SplineControlPoint</a>, <a class="el" href="structTrainCar.html#a5d7d62393c4c7839040a5af400d02a51">TrainCar</a>, <a class="el" href="structUnk__800E9F7C.html#aff5da45aa2a91d4e2c8a88237fd81984">Unk_800E9F7C</a>, <a class="el" href="structUnkActorSpawnData.html#a0504e28886dacafd17078992a6ec9239">UnkActorSpawnData</a>, <a class="el" href="structUnkPlayerStruct258.html#a1aacadca5629efb42cbdf9293fcbf459">UnkPlayerStruct258</a>, <a class="el" href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2">YoshiValleyEgg</a>, <a class="el" href="structYVFlagPoleSpawn.html#a5b8d47e9bc2fabb268253a700c249527">YVFlagPoleSpawn</a></li>
|
||||
<li>pos : <a class="el" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">Actor</a>, <a class="el" href="structActorSpawnData.html#accbc5f2097f1317afa9519a2e4d5833c">ActorSpawnData</a>, <a class="el" href="structArmature.html#a1e4107398086eb92a3bf9facc46c7d02">Armature</a>, <a class="el" href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor</a>, <a class="el" href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera</a>, <a class="el" href="structCeremonyActor.html#a27dc934acc4ee0a396c40200ffcd44e2">CeremonyActor</a>, <a class="el" href="structCinematicCamera.html#aa3920ce6fd4e2dc167d8f1c5627ddf46">CinematicCamera</a>, <a class="el" href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox</a>, <a class="el" href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock</a>, <a class="el" href="structFirework.html#a49968012ca474326e0b35502bc94f407">Firework</a>, <a class="el" href="structfreecamSaveState.html#ac526af9b375adbba446cb8f1abf8c401">freecamSaveState</a>, <a class="el" href="structHegdehogSpawn.html#a7722b6074c53f514bcacd6a7ea798175">HegdehogSpawn</a>, <a class="el" href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox</a>, <a class="el" href="structItemWindowObjects.html#ac73898b6c483d6ac48bbd0d039cb7566">ItemWindowObjects</a>, <a class="el" href="structKartTyre.html#a87a8d7e31bc6f0aaabf42d697097aea3">KartTyre</a>, <a class="el" href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">KiwanoFruit</a>, <a class="el" href="structObject.html#a156caa94c94abaf104f52d3d928c47dc">Object</a>, <a class="el" href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant</a>, <a class="el" href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">Player</a>, <a class="el" href="classPlayerBombKart.html#aa5fd50a138061ae43d32dde449de6de5">PlayerBombKart</a>, <a class="el" href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing</a>, <a class="el" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor</a>, <a class="el" href="structSnowmanSpawn.html#af7232660ed73569f632b7b299c320cc0">SnowmanSpawn</a>, <a class="el" href="structSplineControlPoint.html#a20b1849e16690c9f8a86155920a7a09b">SplineControlPoint</a>, <a class="el" href="structTrainCar.html#a5d7d62393c4c7839040a5af400d02a51">TrainCar</a>, <a class="el" href="structUnk__800E9F7C.html#aff5da45aa2a91d4e2c8a88237fd81984">Unk_800E9F7C</a>, <a class="el" href="structUnkActorSpawnData.html#a0504e28886dacafd17078992a6ec9239">UnkActorSpawnData</a>, <a class="el" href="structUnkPlayerStruct258.html#a1aacadca5629efb42cbdf9293fcbf459">UnkPlayerStruct258</a>, <a class="el" href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2">YoshiValleyEgg</a>, <a class="el" href="structYVFlagPoleSpawn.html#a5b8d47e9bc2fabb268253a700c249527">YVFlagPoleSpawn</a></li>
|
||||
<li>Position : <a class="el" href="classABoat.html#a35f072194d0838ae1927e42eaf16859c">ABoat</a>, <a class="el" href="classABus.html#a8a59bbe1cde63435e20b6bfeed793bd7">ABus</a>, <a class="el" href="classACar.html#acfea44f8d96f8860a8a89175b4cfd6bd">ACar</a>, <a class="el" href="classATankerTruck.html#a54c67a7d41e7d9ba7a928c86ee81f4ab">ATankerTruck</a>, <a class="el" href="classATruck.html#a20f3084790c6b4a40bac0d0d28a82690">ATruck</a>, <a class="el" href="classTrainCrossing.html#aeaa4e6f111788ec9c6c0d411b2ddfc6a">TrainCrossing</a></li>
|
||||
<li>position : <a class="el" href="structma__spatializer.html#a1fe304cd67056e70084cfb788957771e">ma_spatializer</a>, <a class="el" href="structma__spatializer__listener.html#a3a861f71ba9a5802d2ce362224aa2f4f">ma_spatializer_listener</a>, <a class="el" href="structPaddleBoatStuff.html#adddf69d49f7ccf94ded7b9859f6835e5">PaddleBoatStuff</a>, <a class="el" href="structSound.html#a58b1b08b974347c7837d8ab8d67355b3">Sound</a>, <a class="el" href="structTrainCarStuff.html#a059bbe8ef8b16f393c09ca3e71ac8ee9">TrainCarStuff</a>, <a class="el" href="structVehicleStuff.html#a503a23964a7da3b7d421aa428899092d">VehicleStuff</a></li>
|
||||
<li>positioning : <a class="el" href="structma__spatializer.html#ac32ad32ed076e8268799cda4c594aa0d">ma_spatializer</a>, <a class="el" href="structma__spatializer__config.html#ae5474bd3781ddb09f531a1986d7f3fcd">ma_spatializer_config</a></li>
|
||||
|
||||
+1
-1
@@ -237,7 +237,7 @@ $(function(){initNavTree('functions_s.html',''); initResizable(true); });
|
||||
<li>SILVER_150 : <a class="el" href="classOTrophy.html#a43bb5d1394bcac120ff52ec88f765891a39f48fe3c0619edd1ca6548a9c35c332">OTrophy</a></li>
|
||||
<li>SingleColour : <a class="el" href="classAText.html#a1d2915fcc033317c22fe817419032e89">AText</a></li>
|
||||
<li>Size() : <a class="el" href="classDataRegistry.html#a962bfbd5eaa28d38c5ac0f54d719abb1">DataRegistry< TObject ></a>, <a class="el" href="structMK64_1_1MinimapTexture.html#a9b45a7da6a609e08e4be838560412f66">MK64::MinimapTexture</a>, <a class="el" href="classRegistry.html#a08c2609a94bc0ecff13421f0cde09117">Registry< TInfo, TArgs ></a>, <a class="el" href="structUIWidgets_1_1ButtonOptions.html#a13696251aa297ab0e7e7490ef8d77bbf">UIWidgets::ButtonOptions</a></li>
|
||||
<li>size : <a class="el" href="structArmature.html#ad7c035a33adf8d6e40a8cff8da6d81ce">Armature</a>, <a class="el" href="structMenuTexture.html#a1275a8be6587e58de635ce7a38aa8057">MenuTexture</a>, <a class="el" href="structPlayer.html#a175c2d633d3f6e57491f221327e2b3d2">Player</a>, <a class="el" href="structprintf__struct.html#a4201ea0c3a45f4ce304ea3c5aad7267a">printf_struct</a>, <a class="el" href="structSeqOrBankEntry.html#a277046429254499bb6ff951c81714d93">SeqOrBankEntry</a>, <a class="el" href="structSoundAllocPool.html#a56a22e94e79711b13cd9fa6b4207655d">SoundAllocPool</a>, <a class="el" href="structUIWidgets_1_1ButtonOptions.html#a6ba8ceaf2c082e29650fbdcf060deaa0">UIWidgets::ButtonOptions</a>, <a class="el" href="structUnkEntry.html#ac01ecfade45b7ab4ee4fac993b16125a">UnkEntry</a></li>
|
||||
<li>size : <a class="el" href="structArmature.html#a39f416b644620d7283618153b864fa52">Armature</a>, <a class="el" href="structMenuTexture.html#a1275a8be6587e58de635ce7a38aa8057">MenuTexture</a>, <a class="el" href="structPlayer.html#a175c2d633d3f6e57491f221327e2b3d2">Player</a>, <a class="el" href="structprintf__struct.html#a4201ea0c3a45f4ce304ea3c5aad7267a">printf_struct</a>, <a class="el" href="structSeqOrBankEntry.html#a277046429254499bb6ff951c81714d93">SeqOrBankEntry</a>, <a class="el" href="structSoundAllocPool.html#a56a22e94e79711b13cd9fa6b4207655d">SoundAllocPool</a>, <a class="el" href="structUIWidgets_1_1ButtonOptions.html#a6ba8ceaf2c082e29650fbdcf060deaa0">UIWidgets::ButtonOptions</a>, <a class="el" href="structUnkEntry.html#ac01ecfade45b7ab4ee4fac993b16125a">UnkEntry</a></li>
|
||||
<li>sizeInBytes : <a class="el" href="structma__file__info.html#a0f6cd01d056e2542ac4c1501511b7b93">ma_file_info</a>, <a class="el" href="structma__resource__manager__data__supply.html#a5eeb456aaaf131a03d0a74fe293d1077">ma_resource_manager_data_supply</a>, <a class="el" href="structma__stack.html#a2a59a12342bc79f0b0f0d2e7a881503d">ma_stack</a></li>
|
||||
<li>sizeInFrames : <a class="el" href="structma__audio__buffer__config.html#ace86689d2c6365c5cc13af823ead7fc7">ma_audio_buffer_config</a>, <a class="el" href="structma__audio__buffer__ref.html#a0132ead8db906e254a035148d795359a">ma_audio_buffer_ref</a>, <a class="el" href="structma__paged__audio__buffer__page.html#a828098ca696046bd57d72f6d1f9c57c3">ma_paged_audio_buffer_page</a></li>
|
||||
<li>sizeScaling : <a class="el" href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">FakeItemBox</a>, <a class="el" href="structItemWindowObjects.html#a2373aac0815d9493b392fa561baa56da">ItemWindowObjects</a>, <a class="el" href="structObject.html#a2cf9fa458c82c869bfa9dd8f883975de">Object</a></li>
|
||||
|
||||
+1
-1
@@ -240,7 +240,7 @@ $(function(){initNavTree('functions_t.html',''); initResizable(true); });
|
||||
<li>tuning : <a class="el" href="structAudioBankSound.html#a2d41c84ecf76ec2edcf520495380a693">AudioBankSound</a></li>
|
||||
<li>txsize : <a class="el" href="struct____OSContEepromFormat.html#a6c20d4c43990d546297fd18614789e37">__OSContEepromFormat</a>, <a class="el" href="struct____OSContRamReadFormat.html#a71c84de36ae26fefc760e344f32a92d3">__OSContRamReadFormat</a>, <a class="el" href="struct____OSContReadFormat.html#af06ce0b401b9c2131a495e2e54b902b6">__OSContReadFormat</a>, <a class="el" href="struct____OSContRequesFormat.html#a179c3e961ff87692e8b3b6641d47d9ca">__OSContRequesFormat</a>, <a class="el" href="struct____OSContRequesFormatShort.html#a6586ad6af46f45e5fcbc548f3489ea6f">__OSContRequesFormatShort</a></li>
|
||||
<li>Type : <a class="el" href="classAActor.html#ac8b32907b5a9f6242485cf6f41ade0e4">AActor</a>, <a class="el" href="classABoat.html#afc66ec3c19d1ee4bd0e908ed0cc38379">ABoat</a>, <a class="el" href="classABus.html#aeb323951e664f71374b356a5c490ba18">ABus</a>, <a class="el" href="classACar.html#a5228c5229fd025a0bae4c8ee45950f5b">ACar</a>, <a class="el" href="classATankerTruck.html#ae9c72c0903ea86cbd22c464d93f2a9ad">ATankerTruck</a>, <a class="el" href="classATruck.html#ab24f7f3c32ddbca530f9631d63b74b1e">ATruck</a>, <a class="el" href="classOBombKart.html#a9687c7611b1910146abd0c292a66cae8">OBombKart</a>, <a class="el" href="classOPenguin.html#a34f15c2df04033706b550f9a0cf00b7f">OPenguin</a>, <a class="el" href="structSpawnParams.html#abdf9227da865826e42b38641984b1e7e">SpawnParams</a>, <a class="el" href="classTourCamera.html#a93494f8caf3d20a4720c0dc5fa117010">TourCamera</a></li>
|
||||
<li>type : <a class="el" href="structActor.html#a1a515077e28877484ea593456e07b0d6">Actor</a>, <a class="el" href="structActorInitParams.html#ae91c98d7141b436d77f3188e7efdedc7">ActorInitParams</a>, <a class="el" href="structALWaveTable__s.html#aebc02789aef2309a8a3d1dce0975b043">ALWaveTable_s</a>, <a class="el" href="structArmature.html#a5b6ea597aa6fdf68191c9d977f88e960">Armature</a>, <a class="el" href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d">BananaActor</a>, <a class="el" href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033">BananaBunchParent</a>, <a class="el" href="structCeremonyActor.html#aadd1be8141690d86b30f9cd86bfa183b">CeremonyActor</a>, <a class="el" href="structCPUBehaviour.html#a68d51baca875e69cd39d7df4010ab5e1">CPUBehaviour</a>, <a class="el" href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660">FakeItemBox</a>, <a class="el" href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9">FallingRock</a>, <a class="el" href="structFirework.html#a6a1b9cc37e2072117c75e70b4d24fb5d">Firework</a>, <a class="el" href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664">ItemBox</a>, <a class="el" href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06">KiwanoFruit</a>, <a class="el" href="structma__device.html#a73d3816e28943e5a625293261dde0545">ma_device</a>, <a class="el" href="structma__device__notification.html#a4d860bbfffc66d93e8c114c9b8892c4c">ma_device_notification</a>, <a class="el" href="structma__engine__node__config.html#a2a5dc282c1858ef911a3790af02908b5">ma_engine_node_config</a>, <a class="el" href="structma__noise__config.html#a52002597e6803f9a73fcdfa86fc99223">ma_noise_config</a>, <a class="el" href="structma__waveform__config.html#a76642448840a7b4dcae2c8283987e4cc">ma_waveform_config</a>, <a class="el" href="structMenuItem.html#a373ff30850cb50eff978e08b477ffd43">MenuItem</a>, <a class="el" href="structMenuTexture.html#a57c6e5d29a03b64d1170905ac43e4c73">MenuTexture</a>, <a class="el" href="structObject.html#a47ddacb683acaa0866dee6cff3a05869">Object</a>, <a class="el" href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b">PalmTree</a>, <a class="el" href="classpfd_1_1internal_1_1file__dialog.html#a758847a3fab54bb12a67abbf9ea683fc">pfd::internal::file_dialog</a>, <a class="el" href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178">PiranhaPlant</a>, <a class="el" href="structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f">Player</a>, <a class="el" href="structRailroadCrossing.html#a2d3d0c41ebef172d7a36217adba08f60">RailroadCrossing</a>, <a class="el" href="structSF64_1_1EnvSettingsData.html#a0d69807eb970cf62815990ae7071061a">SF64::EnvSettingsData</a>, <a class="el" href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">ShellActor</a>, <a class="el" href="structTrainCar.html#a95936ae04d95261842f542e6f25fe293">TrainCar</a>, <a class="el" href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent</a>, <a class="el" href="structUnkPlayerStruct258.html#ad35b159940a80025f15f3f8d303da054">UnkPlayerStruct258</a>, <a class="el" href="structWidgetInfo.html#a987c9785a0a57b97e5a48fb9bea0c453">WidgetInfo</a>, <a class="el" href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8">YoshiValleyEgg</a></li>
|
||||
<li>type : <a class="el" href="structActor.html#a1a515077e28877484ea593456e07b0d6">Actor</a>, <a class="el" href="structActorInitParams.html#ae91c98d7141b436d77f3188e7efdedc7">ActorInitParams</a>, <a class="el" href="structALWaveTable__s.html#aebc02789aef2309a8a3d1dce0975b043">ALWaveTable_s</a>, <a class="el" href="structArmature.html#ac106591a5118c5a8fa8dcc7b03a8f51d">Armature</a>, <a class="el" href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d">BananaActor</a>, <a class="el" href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033">BananaBunchParent</a>, <a class="el" href="structCeremonyActor.html#aadd1be8141690d86b30f9cd86bfa183b">CeremonyActor</a>, <a class="el" href="structCPUBehaviour.html#a68d51baca875e69cd39d7df4010ab5e1">CPUBehaviour</a>, <a class="el" href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660">FakeItemBox</a>, <a class="el" href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9">FallingRock</a>, <a class="el" href="structFirework.html#a6a1b9cc37e2072117c75e70b4d24fb5d">Firework</a>, <a class="el" href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664">ItemBox</a>, <a class="el" href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06">KiwanoFruit</a>, <a class="el" href="structma__device.html#a73d3816e28943e5a625293261dde0545">ma_device</a>, <a class="el" href="structma__device__notification.html#a4d860bbfffc66d93e8c114c9b8892c4c">ma_device_notification</a>, <a class="el" href="structma__engine__node__config.html#a2a5dc282c1858ef911a3790af02908b5">ma_engine_node_config</a>, <a class="el" href="structma__noise__config.html#a52002597e6803f9a73fcdfa86fc99223">ma_noise_config</a>, <a class="el" href="structma__waveform__config.html#a76642448840a7b4dcae2c8283987e4cc">ma_waveform_config</a>, <a class="el" href="structMenuItem.html#a373ff30850cb50eff978e08b477ffd43">MenuItem</a>, <a class="el" href="structMenuTexture.html#a57c6e5d29a03b64d1170905ac43e4c73">MenuTexture</a>, <a class="el" href="structObject.html#a47ddacb683acaa0866dee6cff3a05869">Object</a>, <a class="el" href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b">PalmTree</a>, <a class="el" href="classpfd_1_1internal_1_1file__dialog.html#a758847a3fab54bb12a67abbf9ea683fc">pfd::internal::file_dialog</a>, <a class="el" href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178">PiranhaPlant</a>, <a class="el" href="structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f">Player</a>, <a class="el" href="structRailroadCrossing.html#a2d3d0c41ebef172d7a36217adba08f60">RailroadCrossing</a>, <a class="el" href="structSF64_1_1EnvSettingsData.html#a0d69807eb970cf62815990ae7071061a">SF64::EnvSettingsData</a>, <a class="el" href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">ShellActor</a>, <a class="el" href="structTrainCar.html#a95936ae04d95261842f542e6f25fe293">TrainCar</a>, <a class="el" href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent</a>, <a class="el" href="structUnkPlayerStruct258.html#ad35b159940a80025f15f3f8d303da054">UnkPlayerStruct258</a>, <a class="el" href="structWidgetInfo.html#a987c9785a0a57b97e5a48fb9bea0c453">WidgetInfo</a>, <a class="el" href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8">YoshiValleyEgg</a></li>
|
||||
<li>typeh : <a class="el" href="struct____OSContRequesFormat.html#a80d4fe189a7cfba5039db54eb62474ed">__OSContRequesFormat</a>, <a class="el" href="struct____OSContRequesFormatShort.html#a41dadecdf276106af319132f83676e4b">__OSContRequesFormatShort</a></li>
|
||||
<li>typel : <a class="el" href="struct____OSContRequesFormat.html#af4b94504c17988bc257ae9c47db6493d">__OSContRequesFormat</a>, <a class="el" href="struct____OSContRequesFormatShort.html#a11335316967e1abb320c2c5afb9e1c0d">__OSContRequesFormatShort</a></li>
|
||||
<li>tyres : <a class="el" href="structPlayer.html#a10190a87a5e057ff575044158fe6f1a5">Player</a></li>
|
||||
|
||||
+1
-1
@@ -222,7 +222,7 @@ $(function(){initNavTree('functions_u.html',''); initResizable(true); });
|
||||
<li>unk_078 : <a class="el" href="structItemWindowObjects.html#ae6f7009b96aa2024ce9ecfc5f0e6861e">ItemWindowObjects</a>, <a class="el" href="structObject.html#a0b6101b49499b672f48d66c2ec5bb2a5">Object</a>, <a class="el" href="structPlayer.html#a419ea126a859eaff91b8b8c2a2d08ba4">Player</a></li>
|
||||
<li>unk_07C : <a class="el" href="structItemWindowObjects.html#a4d5b47abd00896c6c31d8611a3fec5ea">ItemWindowObjects</a>, <a class="el" href="structPlayer.html#a398277c78880e1e08e858fbad5bf6054">Player</a></li>
|
||||
<li>Unk_08 : <a class="el" href="classAActor.html#a14f601f41ca89e19738d92da446d0b6b">AActor</a>, <a class="el" href="classATree.html#a54cc20180050d4636cb3002c6ce6a9c9">ATree</a></li>
|
||||
<li>unk_08 : <a class="el" href="structActor.html#adcfb3392dc0eb67986f52f2c51fc2b5d">Actor</a>, <a class="el" href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1">BananaBunchParent</a>, <a class="el" href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564">FallingRock</a>, <a class="el" href="structISVDbg.html#aa7e2b1fff1a5e9a25ae9e76691f95028">ISVDbg</a>, <a class="el" href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844">PalmTree</a>, <a class="el" href="structstruct__D__801930D0__inner.html#a28aad86428a550b07d25363a03123251">struct_D_801930D0_inner</a>, <a class="el" href="structTrainCar.html#a56993587fa0526769f92973539dfaf43">TrainCar</a></li>
|
||||
<li>unk_08 : <a class="el" href="structActor.html#adcfb3392dc0eb67986f52f2c51fc2b5d">Actor</a>, <a class="el" href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1">BananaBunchParent</a>, <a class="el" href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564">FallingRock</a>, <a class="el" href="structISVDbg.html#aa7e2b1fff1a5e9a25ae9e76691f95028">ISVDbg</a>, <a class="el" href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844">PalmTree</a>, <a class="el" href="structRailroadCrossing.html#ab9db8067085f28f314a19c64b7cad921">RailroadCrossing</a>, <a class="el" href="structstruct__D__801930D0__inner.html#a28aad86428a550b07d25363a03123251">struct_D_801930D0_inner</a>, <a class="el" href="structTrainCar.html#a56993587fa0526769f92973539dfaf43">TrainCar</a></li>
|
||||
<li>unk_080 : <a class="el" href="structItemWindowObjects.html#a749086f6f7770cd7e580a8defec2d500">ItemWindowObjects</a></li>
|
||||
<li>unk_084 : <a class="el" href="structItemWindowObjects.html#ad2dc592b5ef7792927b7311d27399d8c">ItemWindowObjects</a>, <a class="el" href="structObject.html#a78cf83b9d61d6ba296a407b0ba446e15">Object</a>, <a class="el" href="structPlayer.html#aa7c506245f8f286f6d8f34eec2e3ece9">Player</a></li>
|
||||
<li>unk_088 : <a class="el" href="structPlayer.html#acb0924695d46ceebb0e5d90b23216c96">Player</a></li>
|
||||
|
||||
@@ -161,7 +161,7 @@ $(function(){initNavTree('functions_vars_a.html',''); initResizable(true); });
|
||||
<li>alsa : <a class="el" href="structma__context__config.html#a31419ce7648146342e9ec1d3c58dd6ad">ma_context_config</a>, <a class="el" href="structma__device__config.html#afbc67a663ba7f4848ad5b4dcf16088ea">ma_device_config</a>, <a class="el" href="unionma__device__id.html#ab09c8d7c0f137078a00098c681dab559">ma_device_id</a></li>
|
||||
<li>alsoLapCount : <a class="el" href="structhud__player.html#a3bf6c6d74d60d7cf19c5aa483a8edde5">hud_player</a></li>
|
||||
<li>always_set_to_something_but_never_used : <a class="el" href="structAnimation.html#af85d7839b1a8ea8eaac068a8c82cd955">Animation</a></li>
|
||||
<li>always_zero_never_used : <a class="el" href="structAnimation.html#af94fdd03186279b9531f67158159b722">Animation</a>, <a class="el" href="structArmature.html#a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1">Armature</a></li>
|
||||
<li>always_zero_never_used : <a class="el" href="structAnimation.html#af94fdd03186279b9531f67158159b722">Animation</a>, <a class="el" href="structArmature.html#a48718d73f9195e2f1f0c27cc552bc135">Armature</a></li>
|
||||
<li>ambB : <a class="el" href="structSF64_1_1EnvSettingsData.html#aca438eb46427cfba112f84c43367eaee">SF64::EnvSettingsData</a></li>
|
||||
<li>ambG : <a class="el" href="structSF64_1_1EnvSettingsData.html#ac0e6522c78a3dc7303387d526d999538">SF64::EnvSettingsData</a></li>
|
||||
<li>ambR : <a class="el" href="structSF64_1_1EnvSettingsData.html#afa10b2c899da91a45af1a77705f595ac">SF64::EnvSettingsData</a></li>
|
||||
|
||||
@@ -170,7 +170,7 @@ $(function(){initNavTree('functions_vars_b.html',''); initResizable(true); });
|
||||
<li>BounceTimer : <a class="el" href="classOBombKart.html#afdcd75e829449afdad0913d9e35dab2b">OBombKart</a></li>
|
||||
<li>bounceTimer : <a class="el" href="structBombKart.html#a88edf2368de96c55b84ad782ae269ffc">BombKart</a></li>
|
||||
<li>BoundingBoxSize : <a class="el" href="classAActor.html#ae21ae71bb87411d5db04d471a8864c2d">AActor</a>, <a class="el" href="classATree.html#aec792a7318044254293e1c6e82535eeb">ATree</a>, <a class="el" href="classOThwomp.html#aec6d7ee2dc1e858dab86406d0195204b">OThwomp</a>, <a class="el" href="structSpawnParams.html#a9581ddcb5575adb41de15f4d4917e9f6">SpawnParams</a>, <a class="el" href="classTrackEditor_1_1GameObject.html#a4aa4517c35b8a974f29988d661e62af8">TrackEditor::GameObject</a></li>
|
||||
<li>boundingBoxSize : <a class="el" href="structActor.html#afa5dea9480abaa994c912de779986ef9">Actor</a>, <a class="el" href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">BananaActor</a>, <a class="el" href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">FakeItemBox</a>, <a class="el" href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6">FallingRock</a>, <a class="el" href="structItemBox.html#a6b37d97242511db5433fe8cface653a4">ItemBox</a>, <a class="el" href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36">KiwanoFruit</a>, <a class="el" href="structObject.html#adb151c072a08584e75362bbabf6e6c1d">Object</a>, <a class="el" href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99">PiranhaPlant</a>, <a class="el" href="structPlayer.html#a681f0fac4abe58cf5919dd4c6ac503d0">Player</a>, <a class="el" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor</a>, <a class="el" href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9">YoshiValleyEgg</a></li>
|
||||
<li>boundingBoxSize : <a class="el" href="structActor.html#afa5dea9480abaa994c912de779986ef9">Actor</a>, <a class="el" href="structBananaActor.html#a2c7136a31124c699629cd3d88562869b">BananaActor</a>, <a class="el" href="structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1">FakeItemBox</a>, <a class="el" href="structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6">FallingRock</a>, <a class="el" href="structItemBox.html#a6b37d97242511db5433fe8cface653a4">ItemBox</a>, <a class="el" href="structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36">KiwanoFruit</a>, <a class="el" href="structObject.html#adb151c072a08584e75362bbabf6e6c1d">Object</a>, <a class="el" href="structPalmTree.html#ace572a25b85eac080632ea918c504a5e">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99">PiranhaPlant</a>, <a class="el" href="structPlayer.html#a681f0fac4abe58cf5919dd4c6ac503d0">Player</a>, <a class="el" href="structRailroadCrossing.html#abbe5b15da70c7c9cc2c357f6bff833e3">RailroadCrossing</a>, <a class="el" href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor</a>, <a class="el" href="structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9">YoshiValleyEgg</a></li>
|
||||
<li>bPendingDestroy : <a class="el" href="classAActor.html#a6a14c7fbedee44f3e2967ca10b5d150b">AActor</a>, <a class="el" href="classOObject.html#ab801bb96b735d86e0850f26a70667530">OObject</a>, <a class="el" href="classStaticMeshActor.html#a2a360299d1e2518432f3ccce9ec0f043">StaticMeshActor</a></li>
|
||||
<li>bpf : <a class="el" href="structma__bpf__node.html#a6acf87668f1555026c0396a724b905c2">ma_bpf_node</a>, <a class="el" href="structma__bpf__node__config.html#a1cbc641f494aee92ba0a8cc611f7d843">ma_bpf_node_config</a></li>
|
||||
<li>bpf2Count : <a class="el" href="structma__bpf.html#aab987919d05bbea88c672d473202695f">ma_bpf</a></li>
|
||||
|
||||
@@ -192,7 +192,7 @@ $(function(){initNavTree('functions_vars_m.html',''); initResizable(true); });
|
||||
<li>Mode : <a class="el" href="classAText.html#a9db636827baa709d65ee0b376ddef93e">AText</a></li>
|
||||
<li>mode : <a class="el" href="structAText_1_1CharacterList.html#a923349ad72cca0dcb9d507aaff55fc06">AText::CharacterList</a>, <a class="el" href="structCamera.html#a987324a5181e9e4e8006d5c0e565339b">Camera</a>, <a class="el" href="structma__panner.html#a5bc26a6f24b5cb776d55d41936a9de98">ma_panner</a>, <a class="el" href="structma__panner__config.html#ab1683dfbb4c6899bd4da6abfcea46682">ma_panner_config</a>, <a class="el" href="structPortamento.html#a2054af42de80730e8c81b0a12bfa87cd">Portamento</a></li>
|
||||
<li>Model : <a class="el" href="classAActor.html#a44ad3afad2605f1e8b6449b797b50369">AActor</a>, <a class="el" href="classOObject.html#a6e4242c0ead005d0a05b802ec17db9fa">OObject</a>, <a class="el" href="classStaticMeshActor.html#a87071cd190c13973d4fcfb40462f5f74">StaticMeshActor</a>, <a class="el" href="classTrackEditor_1_1GameObject.html#abc8d35c5d1b32e7df04e2c9d463dd6ae">TrackEditor::GameObject</a></li>
|
||||
<li>model : <a class="el" href="structActor.html#ac722b487dbdddd92acbc81e998952643">Actor</a>, <a class="el" href="structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f">Armature</a>, <a class="el" href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239">BananaActor</a>, <a class="el" href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c">BananaBunchParent</a>, <a class="el" href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87">FakeItemBox</a>, <a class="el" href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219">FallingRock</a>, <a class="el" href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc">ItemBox</a>, <a class="el" href="structItemWindowObjects.html#a41c741a21e8246c6ebde4fb7cf33c218">ItemWindowObjects</a>, <a class="el" href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f">KiwanoFruit</a>, <a class="el" href="structObject.html#a6b14e6850347a9c3e4c05a3aa9b80480">Object</a>, <a class="el" href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44">PiranhaPlant</a>, <a class="el" href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6">RailroadCrossing</a>, <a class="el" href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078">ShellActor</a>, <a class="el" href="structTrainCar.html#ac6d40dcf8d9611d206ad371186839ef9">TrainCar</a>, <a class="el" href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1">TripleShellParent</a>, <a class="el" href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd">YoshiValleyEgg</a></li>
|
||||
<li>model : <a class="el" href="structActor.html#ac722b487dbdddd92acbc81e998952643">Actor</a>, <a class="el" href="structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f">Armature</a>, <a class="el" href="structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239">BananaActor</a>, <a class="el" href="structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c">BananaBunchParent</a>, <a class="el" href="structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87">FakeItemBox</a>, <a class="el" href="structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219">FallingRock</a>, <a class="el" href="structItemBox.html#aa61066eefb600fd439ffca1deb6beecc">ItemBox</a>, <a class="el" href="structItemWindowObjects.html#a41c741a21e8246c6ebde4fb7cf33c218">ItemWindowObjects</a>, <a class="el" href="structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f">KiwanoFruit</a>, <a class="el" href="structObject.html#a6b14e6850347a9c3e4c05a3aa9b80480">Object</a>, <a class="el" href="structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44">PiranhaPlant</a>, <a class="el" href="structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6">RailroadCrossing</a>, <a class="el" href="structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078">ShellActor</a>, <a class="el" href="structTrackSections.html#a51b2e9bf9b66a5ce5795e47b31177990">TrackSections</a>, <a class="el" href="structTrainCar.html#ac6d40dcf8d9611d206ad371186839ef9">TrainCar</a>, <a class="el" href="structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1">TripleShellParent</a>, <a class="el" href="structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd">YoshiValleyEgg</a></li>
|
||||
<li>modes : <a class="el" href="unionGameModePack.html#a7480766028750720e0e81e64e658922c">GameModePack</a></li>
|
||||
<li>mOffset : <a class="el" href="classSkySnow.html#a6ddc375be6ee9e79a3382272ee7797dd">SkySnow</a></li>
|
||||
<li>mOldX : <a class="el" href="classSkyActor.html#a03f16f79738819a45005212719c68495">SkyActor</a></li>
|
||||
|
||||
@@ -268,7 +268,7 @@ $(function(){initNavTree('functions_vars_p.html',''); initResizable(true); });
|
||||
<li>portamentoTargetNote : <a class="el" href="structSequenceChannelLayer.html#af7f564e8fbea6222e6f054a6298a27c9">SequenceChannelLayer</a></li>
|
||||
<li>portamentoTime : <a class="el" href="structSequenceChannelLayer.html#a26dfe2d9993d7d5b6e2d09937aa0bcb4">SequenceChannelLayer</a></li>
|
||||
<li>Pos : <a class="el" href="classAActor.html#acd3ec7397ca7136e2b5b5cdec6365847">AActor</a>, <a class="el" href="structMinimapProps.html#a068aaf6c703b5e97b6cd38f8aa4f8521">MinimapProps</a>, <a class="el" href="classOBombKart.html#a13263cb0e3b68d69629f4e429fa8f026">OBombKart</a>, <a class="el" href="classOGrandPrixBalloons.html#aa30cae18c3bbefd191396c6d6c67e7c3">OGrandPrixBalloons</a>, <a class="el" href="classOHotAirBalloon.html#a2d1ff17764ff93db74eccec3261951c3">OHotAirBalloon</a>, <a class="el" href="structOMoleGroup_1_1MoleEntry.html#a3890bf5c124dbab6e4e25ede43f58129">OMoleGroup::MoleEntry</a>, <a class="el" href="classOSnowman.html#a9c9b5bc9ee6d3f176c41d3e071c0881f">OSnowman</a>, <a class="el" href="classStaticMeshActor.html#a10ca4ba669f6638e811a87b44996a27c">StaticMeshActor</a>, <a class="el" href="structTourCamera_1_1CameraShot.html#a5125fff3b886ec1d98869b8a0dea972d">TourCamera::CameraShot</a>, <a class="el" href="structTourCamera_1_1KeyFrame.html#af99999f4f8e3f06709ea36ae6bd6e878">TourCamera::KeyFrame</a>, <a class="el" href="classTrackEditor_1_1GameObject.html#a24ba0e24ac6d1344a71b72d8aa4e3413">TrackEditor::GameObject</a>, <a class="el" href="classTrackEditor_1_1Gizmo.html#a1b7ba1816980edd0ad64bdc2e7ce260d">TrackEditor::Gizmo</a></li>
|
||||
<li>pos : <a class="el" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">Actor</a>, <a class="el" href="structActorSpawnData.html#accbc5f2097f1317afa9519a2e4d5833c">ActorSpawnData</a>, <a class="el" href="structArmature.html#a52d17f5254f03133e2da1be5505823f5">Armature</a>, <a class="el" href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor</a>, <a class="el" href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera</a>, <a class="el" href="structCeremonyActor.html#a27dc934acc4ee0a396c40200ffcd44e2">CeremonyActor</a>, <a class="el" href="structCinematicCamera.html#aa3920ce6fd4e2dc167d8f1c5627ddf46">CinematicCamera</a>, <a class="el" href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox</a>, <a class="el" href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock</a>, <a class="el" href="structFirework.html#a49968012ca474326e0b35502bc94f407">Firework</a>, <a class="el" href="structfreecamSaveState.html#ac526af9b375adbba446cb8f1abf8c401">freecamSaveState</a>, <a class="el" href="structHegdehogSpawn.html#a7722b6074c53f514bcacd6a7ea798175">HegdehogSpawn</a>, <a class="el" href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox</a>, <a class="el" href="structItemWindowObjects.html#ac73898b6c483d6ac48bbd0d039cb7566">ItemWindowObjects</a>, <a class="el" href="structKartTyre.html#a87a8d7e31bc6f0aaabf42d697097aea3">KartTyre</a>, <a class="el" href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">KiwanoFruit</a>, <a class="el" href="structObject.html#a156caa94c94abaf104f52d3d928c47dc">Object</a>, <a class="el" href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant</a>, <a class="el" href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">Player</a>, <a class="el" href="classPlayerBombKart.html#aa5fd50a138061ae43d32dde449de6de5">PlayerBombKart</a>, <a class="el" href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing</a>, <a class="el" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor</a>, <a class="el" href="structSnowmanSpawn.html#af7232660ed73569f632b7b299c320cc0">SnowmanSpawn</a>, <a class="el" href="structSplineControlPoint.html#a20b1849e16690c9f8a86155920a7a09b">SplineControlPoint</a>, <a class="el" href="structTrainCar.html#a5d7d62393c4c7839040a5af400d02a51">TrainCar</a>, <a class="el" href="structUnk__800E9F7C.html#aff5da45aa2a91d4e2c8a88237fd81984">Unk_800E9F7C</a>, <a class="el" href="structUnkActorSpawnData.html#a0504e28886dacafd17078992a6ec9239">UnkActorSpawnData</a>, <a class="el" href="structUnkPlayerStruct258.html#a1aacadca5629efb42cbdf9293fcbf459">UnkPlayerStruct258</a>, <a class="el" href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2">YoshiValleyEgg</a>, <a class="el" href="structYVFlagPoleSpawn.html#a5b8d47e9bc2fabb268253a700c249527">YVFlagPoleSpawn</a></li>
|
||||
<li>pos : <a class="el" href="structActor.html#afa1455dbf1a4698584ed8c501439692f">Actor</a>, <a class="el" href="structActorSpawnData.html#accbc5f2097f1317afa9519a2e4d5833c">ActorSpawnData</a>, <a class="el" href="structArmature.html#a1e4107398086eb92a3bf9facc46c7d02">Armature</a>, <a class="el" href="structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee">BananaActor</a>, <a class="el" href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera</a>, <a class="el" href="structCeremonyActor.html#a27dc934acc4ee0a396c40200ffcd44e2">CeremonyActor</a>, <a class="el" href="structCinematicCamera.html#aa3920ce6fd4e2dc167d8f1c5627ddf46">CinematicCamera</a>, <a class="el" href="structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63">FakeItemBox</a>, <a class="el" href="structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199">FallingRock</a>, <a class="el" href="structFirework.html#a49968012ca474326e0b35502bc94f407">Firework</a>, <a class="el" href="structfreecamSaveState.html#ac526af9b375adbba446cb8f1abf8c401">freecamSaveState</a>, <a class="el" href="structHegdehogSpawn.html#a7722b6074c53f514bcacd6a7ea798175">HegdehogSpawn</a>, <a class="el" href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox</a>, <a class="el" href="structItemWindowObjects.html#ac73898b6c483d6ac48bbd0d039cb7566">ItemWindowObjects</a>, <a class="el" href="structKartTyre.html#a87a8d7e31bc6f0aaabf42d697097aea3">KartTyre</a>, <a class="el" href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">KiwanoFruit</a>, <a class="el" href="structObject.html#a156caa94c94abaf104f52d3d928c47dc">Object</a>, <a class="el" href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant</a>, <a class="el" href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">Player</a>, <a class="el" href="classPlayerBombKart.html#aa5fd50a138061ae43d32dde449de6de5">PlayerBombKart</a>, <a class="el" href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing</a>, <a class="el" href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor</a>, <a class="el" href="structSnowmanSpawn.html#af7232660ed73569f632b7b299c320cc0">SnowmanSpawn</a>, <a class="el" href="structSplineControlPoint.html#a20b1849e16690c9f8a86155920a7a09b">SplineControlPoint</a>, <a class="el" href="structTrainCar.html#a5d7d62393c4c7839040a5af400d02a51">TrainCar</a>, <a class="el" href="structUnk__800E9F7C.html#aff5da45aa2a91d4e2c8a88237fd81984">Unk_800E9F7C</a>, <a class="el" href="structUnkActorSpawnData.html#a0504e28886dacafd17078992a6ec9239">UnkActorSpawnData</a>, <a class="el" href="structUnkPlayerStruct258.html#a1aacadca5629efb42cbdf9293fcbf459">UnkPlayerStruct258</a>, <a class="el" href="structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2">YoshiValleyEgg</a>, <a class="el" href="structYVFlagPoleSpawn.html#a5b8d47e9bc2fabb268253a700c249527">YVFlagPoleSpawn</a></li>
|
||||
<li>Position : <a class="el" href="classABoat.html#a35f072194d0838ae1927e42eaf16859c">ABoat</a>, <a class="el" href="classABus.html#a8a59bbe1cde63435e20b6bfeed793bd7">ABus</a>, <a class="el" href="classACar.html#acfea44f8d96f8860a8a89175b4cfd6bd">ACar</a>, <a class="el" href="classATankerTruck.html#a54c67a7d41e7d9ba7a928c86ee81f4ab">ATankerTruck</a>, <a class="el" href="classATruck.html#a20f3084790c6b4a40bac0d0d28a82690">ATruck</a>, <a class="el" href="classTrainCrossing.html#aeaa4e6f111788ec9c6c0d411b2ddfc6a">TrainCrossing</a></li>
|
||||
<li>position : <a class="el" href="structma__spatializer.html#a1fe304cd67056e70084cfb788957771e">ma_spatializer</a>, <a class="el" href="structma__spatializer__listener.html#a3a861f71ba9a5802d2ce362224aa2f4f">ma_spatializer_listener</a>, <a class="el" href="structPaddleBoatStuff.html#adddf69d49f7ccf94ded7b9859f6835e5">PaddleBoatStuff</a>, <a class="el" href="structSound.html#a58b1b08b974347c7837d8ab8d67355b3">Sound</a>, <a class="el" href="structTrainCarStuff.html#a059bbe8ef8b16f393c09ca3e71ac8ee9">TrainCarStuff</a>, <a class="el" href="structVehicleStuff.html#a503a23964a7da3b7d421aa428899092d">VehicleStuff</a></li>
|
||||
<li>positioning : <a class="el" href="structma__spatializer.html#ac32ad32ed076e8268799cda4c594aa0d">ma_spatializer</a>, <a class="el" href="structma__spatializer__config.html#ae5474bd3781ddb09f531a1986d7f3fcd">ma_spatializer_config</a></li>
|
||||
|
||||
@@ -202,7 +202,7 @@ $(function(){initNavTree('functions_vars_s.html',''); initResizable(true); });
|
||||
<li>signedSomeId : <a class="el" href="structActorSpawnData.html#abe56902c1485bde757178d94912f36d6">ActorSpawnData</a></li>
|
||||
<li>SingleColour : <a class="el" href="classAText.html#a1d2915fcc033317c22fe817419032e89">AText</a></li>
|
||||
<li>Size : <a class="el" href="structMK64_1_1MinimapTexture.html#a9b45a7da6a609e08e4be838560412f66">MK64::MinimapTexture</a></li>
|
||||
<li>size : <a class="el" href="structArmature.html#ad7c035a33adf8d6e40a8cff8da6d81ce">Armature</a>, <a class="el" href="structMenuTexture.html#a1275a8be6587e58de635ce7a38aa8057">MenuTexture</a>, <a class="el" href="structPlayer.html#a175c2d633d3f6e57491f221327e2b3d2">Player</a>, <a class="el" href="structprintf__struct.html#a4201ea0c3a45f4ce304ea3c5aad7267a">printf_struct</a>, <a class="el" href="structSeqOrBankEntry.html#a277046429254499bb6ff951c81714d93">SeqOrBankEntry</a>, <a class="el" href="structSoundAllocPool.html#a56a22e94e79711b13cd9fa6b4207655d">SoundAllocPool</a>, <a class="el" href="structUIWidgets_1_1ButtonOptions.html#a6ba8ceaf2c082e29650fbdcf060deaa0">UIWidgets::ButtonOptions</a>, <a class="el" href="structUnkEntry.html#ac01ecfade45b7ab4ee4fac993b16125a">UnkEntry</a></li>
|
||||
<li>size : <a class="el" href="structArmature.html#a39f416b644620d7283618153b864fa52">Armature</a>, <a class="el" href="structMenuTexture.html#a1275a8be6587e58de635ce7a38aa8057">MenuTexture</a>, <a class="el" href="structPlayer.html#a175c2d633d3f6e57491f221327e2b3d2">Player</a>, <a class="el" href="structprintf__struct.html#a4201ea0c3a45f4ce304ea3c5aad7267a">printf_struct</a>, <a class="el" href="structSeqOrBankEntry.html#a277046429254499bb6ff951c81714d93">SeqOrBankEntry</a>, <a class="el" href="structSoundAllocPool.html#a56a22e94e79711b13cd9fa6b4207655d">SoundAllocPool</a>, <a class="el" href="structUIWidgets_1_1ButtonOptions.html#a6ba8ceaf2c082e29650fbdcf060deaa0">UIWidgets::ButtonOptions</a>, <a class="el" href="structUnkEntry.html#ac01ecfade45b7ab4ee4fac993b16125a">UnkEntry</a></li>
|
||||
<li>sizeInBytes : <a class="el" href="structma__file__info.html#a0f6cd01d056e2542ac4c1501511b7b93">ma_file_info</a>, <a class="el" href="structma__resource__manager__data__supply.html#a5eeb456aaaf131a03d0a74fe293d1077">ma_resource_manager_data_supply</a>, <a class="el" href="structma__stack.html#a2a59a12342bc79f0b0f0d2e7a881503d">ma_stack</a></li>
|
||||
<li>sizeInFrames : <a class="el" href="structma__audio__buffer__config.html#ace86689d2c6365c5cc13af823ead7fc7">ma_audio_buffer_config</a>, <a class="el" href="structma__audio__buffer__ref.html#a0132ead8db906e254a035148d795359a">ma_audio_buffer_ref</a>, <a class="el" href="structma__paged__audio__buffer__page.html#a828098ca696046bd57d72f6d1f9c57c3">ma_paged_audio_buffer_page</a></li>
|
||||
<li>sizeScaling : <a class="el" href="structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d">FakeItemBox</a>, <a class="el" href="structItemWindowObjects.html#a2373aac0815d9493b392fa561baa56da">ItemWindowObjects</a>, <a class="el" href="structObject.html#a2cf9fa458c82c869bfa9dd8f883975de">Object</a></li>
|
||||
|
||||
@@ -208,7 +208,7 @@ $(function(){initNavTree('functions_vars_t.html',''); initResizable(true); });
|
||||
<li>tuning : <a class="el" href="structAudioBankSound.html#a2d41c84ecf76ec2edcf520495380a693">AudioBankSound</a></li>
|
||||
<li>txsize : <a class="el" href="struct____OSContEepromFormat.html#a6c20d4c43990d546297fd18614789e37">__OSContEepromFormat</a>, <a class="el" href="struct____OSContRamReadFormat.html#a71c84de36ae26fefc760e344f32a92d3">__OSContRamReadFormat</a>, <a class="el" href="struct____OSContReadFormat.html#af06ce0b401b9c2131a495e2e54b902b6">__OSContReadFormat</a>, <a class="el" href="struct____OSContRequesFormat.html#a179c3e961ff87692e8b3b6641d47d9ca">__OSContRequesFormat</a>, <a class="el" href="struct____OSContRequesFormatShort.html#a6586ad6af46f45e5fcbc548f3489ea6f">__OSContRequesFormatShort</a></li>
|
||||
<li>Type : <a class="el" href="classAActor.html#ac8b32907b5a9f6242485cf6f41ade0e4">AActor</a>, <a class="el" href="classABoat.html#afc66ec3c19d1ee4bd0e908ed0cc38379">ABoat</a>, <a class="el" href="classABus.html#aeb323951e664f71374b356a5c490ba18">ABus</a>, <a class="el" href="classACar.html#a5228c5229fd025a0bae4c8ee45950f5b">ACar</a>, <a class="el" href="classATankerTruck.html#ae9c72c0903ea86cbd22c464d93f2a9ad">ATankerTruck</a>, <a class="el" href="classATruck.html#ab24f7f3c32ddbca530f9631d63b74b1e">ATruck</a>, <a class="el" href="classOBombKart.html#a9687c7611b1910146abd0c292a66cae8">OBombKart</a>, <a class="el" href="classOPenguin.html#a34f15c2df04033706b550f9a0cf00b7f">OPenguin</a>, <a class="el" href="structSpawnParams.html#abdf9227da865826e42b38641984b1e7e">SpawnParams</a>, <a class="el" href="classTourCamera.html#a93494f8caf3d20a4720c0dc5fa117010">TourCamera</a></li>
|
||||
<li>type : <a class="el" href="structActor.html#a1a515077e28877484ea593456e07b0d6">Actor</a>, <a class="el" href="structActorInitParams.html#ae91c98d7141b436d77f3188e7efdedc7">ActorInitParams</a>, <a class="el" href="structALWaveTable__s.html#aebc02789aef2309a8a3d1dce0975b043">ALWaveTable_s</a>, <a class="el" href="structArmature.html#a5b6ea597aa6fdf68191c9d977f88e960">Armature</a>, <a class="el" href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d">BananaActor</a>, <a class="el" href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033">BananaBunchParent</a>, <a class="el" href="structCeremonyActor.html#aadd1be8141690d86b30f9cd86bfa183b">CeremonyActor</a>, <a class="el" href="structCPUBehaviour.html#a68d51baca875e69cd39d7df4010ab5e1">CPUBehaviour</a>, <a class="el" href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660">FakeItemBox</a>, <a class="el" href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9">FallingRock</a>, <a class="el" href="structFirework.html#a6a1b9cc37e2072117c75e70b4d24fb5d">Firework</a>, <a class="el" href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664">ItemBox</a>, <a class="el" href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06">KiwanoFruit</a>, <a class="el" href="structma__device.html#a73d3816e28943e5a625293261dde0545">ma_device</a>, <a class="el" href="structma__device__notification.html#a4d860bbfffc66d93e8c114c9b8892c4c">ma_device_notification</a>, <a class="el" href="structma__engine__node__config.html#a2a5dc282c1858ef911a3790af02908b5">ma_engine_node_config</a>, <a class="el" href="structma__noise__config.html#a52002597e6803f9a73fcdfa86fc99223">ma_noise_config</a>, <a class="el" href="structma__waveform__config.html#a76642448840a7b4dcae2c8283987e4cc">ma_waveform_config</a>, <a class="el" href="structMenuItem.html#a373ff30850cb50eff978e08b477ffd43">MenuItem</a>, <a class="el" href="structMenuTexture.html#a57c6e5d29a03b64d1170905ac43e4c73">MenuTexture</a>, <a class="el" href="structObject.html#a47ddacb683acaa0866dee6cff3a05869">Object</a>, <a class="el" href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178">PiranhaPlant</a>, <a class="el" href="structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f">Player</a>, <a class="el" href="structRailroadCrossing.html#a2d3d0c41ebef172d7a36217adba08f60">RailroadCrossing</a>, <a class="el" href="structSF64_1_1EnvSettingsData.html#a0d69807eb970cf62815990ae7071061a">SF64::EnvSettingsData</a>, <a class="el" href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">ShellActor</a>, <a class="el" href="structTrainCar.html#a95936ae04d95261842f542e6f25fe293">TrainCar</a>, <a class="el" href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent</a>, <a class="el" href="structUnkPlayerStruct258.html#ad35b159940a80025f15f3f8d303da054">UnkPlayerStruct258</a>, <a class="el" href="structWidgetInfo.html#a987c9785a0a57b97e5a48fb9bea0c453">WidgetInfo</a>, <a class="el" href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8">YoshiValleyEgg</a></li>
|
||||
<li>type : <a class="el" href="structActor.html#a1a515077e28877484ea593456e07b0d6">Actor</a>, <a class="el" href="structActorInitParams.html#ae91c98d7141b436d77f3188e7efdedc7">ActorInitParams</a>, <a class="el" href="structALWaveTable__s.html#aebc02789aef2309a8a3d1dce0975b043">ALWaveTable_s</a>, <a class="el" href="structArmature.html#ac106591a5118c5a8fa8dcc7b03a8f51d">Armature</a>, <a class="el" href="structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d">BananaActor</a>, <a class="el" href="structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033">BananaBunchParent</a>, <a class="el" href="structCeremonyActor.html#aadd1be8141690d86b30f9cd86bfa183b">CeremonyActor</a>, <a class="el" href="structCPUBehaviour.html#a68d51baca875e69cd39d7df4010ab5e1">CPUBehaviour</a>, <a class="el" href="structFakeItemBox.html#adcadd689481f522875279387ed5d0660">FakeItemBox</a>, <a class="el" href="structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9">FallingRock</a>, <a class="el" href="structFirework.html#a6a1b9cc37e2072117c75e70b4d24fb5d">Firework</a>, <a class="el" href="structItemBox.html#a759e68102fd37f6cac8bc11822bc9664">ItemBox</a>, <a class="el" href="structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06">KiwanoFruit</a>, <a class="el" href="structma__device.html#a73d3816e28943e5a625293261dde0545">ma_device</a>, <a class="el" href="structma__device__notification.html#a4d860bbfffc66d93e8c114c9b8892c4c">ma_device_notification</a>, <a class="el" href="structma__engine__node__config.html#a2a5dc282c1858ef911a3790af02908b5">ma_engine_node_config</a>, <a class="el" href="structma__noise__config.html#a52002597e6803f9a73fcdfa86fc99223">ma_noise_config</a>, <a class="el" href="structma__waveform__config.html#a76642448840a7b4dcae2c8283987e4cc">ma_waveform_config</a>, <a class="el" href="structMenuItem.html#a373ff30850cb50eff978e08b477ffd43">MenuItem</a>, <a class="el" href="structMenuTexture.html#a57c6e5d29a03b64d1170905ac43e4c73">MenuTexture</a>, <a class="el" href="structObject.html#a47ddacb683acaa0866dee6cff3a05869">Object</a>, <a class="el" href="structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b">PalmTree</a>, <a class="el" href="structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178">PiranhaPlant</a>, <a class="el" href="structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f">Player</a>, <a class="el" href="structRailroadCrossing.html#a2d3d0c41ebef172d7a36217adba08f60">RailroadCrossing</a>, <a class="el" href="structSF64_1_1EnvSettingsData.html#a0d69807eb970cf62815990ae7071061a">SF64::EnvSettingsData</a>, <a class="el" href="structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b">ShellActor</a>, <a class="el" href="structTrainCar.html#a95936ae04d95261842f542e6f25fe293">TrainCar</a>, <a class="el" href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent</a>, <a class="el" href="structUnkPlayerStruct258.html#ad35b159940a80025f15f3f8d303da054">UnkPlayerStruct258</a>, <a class="el" href="structWidgetInfo.html#a987c9785a0a57b97e5a48fb9bea0c453">WidgetInfo</a>, <a class="el" href="structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8">YoshiValleyEgg</a></li>
|
||||
<li>typeh : <a class="el" href="struct____OSContRequesFormat.html#a80d4fe189a7cfba5039db54eb62474ed">__OSContRequesFormat</a>, <a class="el" href="struct____OSContRequesFormatShort.html#a41dadecdf276106af319132f83676e4b">__OSContRequesFormatShort</a></li>
|
||||
<li>typel : <a class="el" href="struct____OSContRequesFormat.html#af4b94504c17988bc257ae9c47db6493d">__OSContRequesFormat</a>, <a class="el" href="struct____OSContRequesFormatShort.html#a11335316967e1abb320c2c5afb9e1c0d">__OSContRequesFormatShort</a></li>
|
||||
<li>tyres : <a class="el" href="structPlayer.html#a10190a87a5e057ff575044158fe6f1a5">Player</a></li>
|
||||
|
||||
@@ -221,7 +221,7 @@ $(function(){initNavTree('functions_vars_u.html',''); initResizable(true); });
|
||||
<li>unk_078 : <a class="el" href="structItemWindowObjects.html#ae6f7009b96aa2024ce9ecfc5f0e6861e">ItemWindowObjects</a>, <a class="el" href="structObject.html#a0b6101b49499b672f48d66c2ec5bb2a5">Object</a>, <a class="el" href="structPlayer.html#a419ea126a859eaff91b8b8c2a2d08ba4">Player</a></li>
|
||||
<li>unk_07C : <a class="el" href="structItemWindowObjects.html#a4d5b47abd00896c6c31d8611a3fec5ea">ItemWindowObjects</a>, <a class="el" href="structPlayer.html#a398277c78880e1e08e858fbad5bf6054">Player</a></li>
|
||||
<li>Unk_08 : <a class="el" href="classAActor.html#a14f601f41ca89e19738d92da446d0b6b">AActor</a>, <a class="el" href="classATree.html#a54cc20180050d4636cb3002c6ce6a9c9">ATree</a></li>
|
||||
<li>unk_08 : <a class="el" href="structActor.html#adcfb3392dc0eb67986f52f2c51fc2b5d">Actor</a>, <a class="el" href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1">BananaBunchParent</a>, <a class="el" href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564">FallingRock</a>, <a class="el" href="structISVDbg.html#aa7e2b1fff1a5e9a25ae9e76691f95028">ISVDbg</a>, <a class="el" href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844">PalmTree</a>, <a class="el" href="structstruct__D__801930D0__inner.html#a28aad86428a550b07d25363a03123251">struct_D_801930D0_inner</a>, <a class="el" href="structTrainCar.html#a56993587fa0526769f92973539dfaf43">TrainCar</a></li>
|
||||
<li>unk_08 : <a class="el" href="structActor.html#adcfb3392dc0eb67986f52f2c51fc2b5d">Actor</a>, <a class="el" href="structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1">BananaBunchParent</a>, <a class="el" href="structFallingRock.html#a373091fb2a25dcdb1a895dba44078564">FallingRock</a>, <a class="el" href="structISVDbg.html#aa7e2b1fff1a5e9a25ae9e76691f95028">ISVDbg</a>, <a class="el" href="structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268">PaddleWheelBoat</a>, <a class="el" href="structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844">PalmTree</a>, <a class="el" href="structRailroadCrossing.html#ab9db8067085f28f314a19c64b7cad921">RailroadCrossing</a>, <a class="el" href="structstruct__D__801930D0__inner.html#a28aad86428a550b07d25363a03123251">struct_D_801930D0_inner</a>, <a class="el" href="structTrainCar.html#a56993587fa0526769f92973539dfaf43">TrainCar</a></li>
|
||||
<li>unk_080 : <a class="el" href="structItemWindowObjects.html#a749086f6f7770cd7e580a8defec2d500">ItemWindowObjects</a></li>
|
||||
<li>unk_084 : <a class="el" href="structItemWindowObjects.html#ad2dc592b5ef7792927b7311d27399d8c">ItemWindowObjects</a>, <a class="el" href="structObject.html#a78cf83b9d61d6ba296a407b0ba446e15">Object</a>, <a class="el" href="structPlayer.html#aa7c506245f8f286f6d8f34eec2e3ece9">Player</a></li>
|
||||
<li>unk_088 : <a class="el" href="structPlayer.html#acb0924695d46ceebb0e5d90b23216c96">Player</a></li>
|
||||
|
||||
@@ -126,7 +126,7 @@ $(function(){initNavTree('green__shell_2render_8inc_8c_source.html',''); initRes
|
||||
<div class="ttc" id="amain_8c_html_a126651d46f16435589024505d8aef7b7"><div class="ttname"><a href="main_8c.html#a126651d46f16435589024505d8aef7b7">gDisplayListHead</a></div><div class="ttdeci">Gfx * gDisplayListHead</div><div class="ttdef"><b>Definition</b> main.c:129</div></div>
|
||||
<div class="ttc" id="amain_8h_html"><div class="ttname"><a href="main_8h.html">main.h</a></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:35</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:320</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:328</div></div>
|
||||
<div class="ttc" id="atextures_2common__data_8h_html"><div class="ttname"><a href="textures_2common__data_8h.html">common_data.h</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -368,21 +368,21 @@ $(function(){initNavTree('green__shell_2update_8inc_8c_source.html',''); initRes
|
||||
<div class="ttc" id="astructPlayer_html_a681f0fac4abe58cf5919dd4c6ac503d0"><div class="ttname"><a href="structPlayer.html#a681f0fac4abe58cf5919dd4c6ac503d0">Player::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> common_structs.h:289</div></div>
|
||||
<div class="ttc" id="astructPlayer_html_a71c4ebed7633cd2330dec792fcf24f1f"><div class="ttname"><a href="structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f">Player::type</a></div><div class="ttdeci">u16 type</div><div class="ttdef"><b>Definition</b> common_structs.h:265</div></div>
|
||||
<div class="ttc" id="astructPlayer_html_aff7447121b2e0bd051e58a276fce7b36"><div class="ttname"><a href="structPlayer.html#aff7447121b2e0bd051e58a276fce7b36">Player::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> common_structs.h:274</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:320</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a10e3cd03ca10c5502ebe7af20829a565"><div class="ttname"><a href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565">ShellActor::rotAngle</a></div><div class="ttdeci">s16 rotAngle</div><div class="ttdef"><b>Definition</b> actor_types.h:336</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a1ca761f0cac83459e16cbc22002b4569"><div class="ttname"><a href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569">ShellActor::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:334</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a5368cbbb7b090d3f5abb520ca3ab9bf6"><div class="ttname"><a href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6">ShellActor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:322</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a610da60b5b38774fba6b6bb3076fd007"><div class="ttname"><a href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:333</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a62b51240387f83c669e3e279aaecbed8"><div class="ttname"><a href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8">ShellActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:331</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a77c5d4878d9a0867430326a1d63491dc"><div class="ttname"><a href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc">ShellActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:340</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a89a884c6ba2b5b022b7dcb5e74d50910"><div class="ttname"><a href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">ShellActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:343</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_ac40ddee32f5d1a093578e3f23ed76e0b"><div class="ttname"><a href="structShellActor.html#ac40ddee32f5d1a093578e3f23ed76e0b">ShellActor::parentIndex</a></div><div class="ttdeci">s16 parentIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:326</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acd41b01d05450b6a241a81907bb4fbb8"><div class="ttname"><a href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:342</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acf7c6324c79136005a8a16b0280862d4"><div class="ttname"><a href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">ShellActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:344</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_adaca452aa94770d8d57f99cc1f3b7151"><div class="ttname"><a href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151">ShellActor::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:327</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html"><div class="ttname"><a href="structTripleShellParent.html">TripleShellParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:303</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a31471d3847195ba9618a684764b96043"><div class="ttname"><a href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043">TripleShellParent::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:310</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a4fcf64256c3c06258809ee9a0871f6b6"><div class="ttname"><a href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:304</div></div>
|
||||
<div class="ttc" id="astructShellActor_html"><div class="ttname"><a href="structShellActor.html">ShellActor</a></div><div class="ttdef"><b>Definition</b> actor_types.h:328</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a10e3cd03ca10c5502ebe7af20829a565"><div class="ttname"><a href="structShellActor.html#a10e3cd03ca10c5502ebe7af20829a565">ShellActor::rotAngle</a></div><div class="ttdeci">s16 rotAngle</div><div class="ttdef"><b>Definition</b> actor_types.h:344</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a1ca761f0cac83459e16cbc22002b4569"><div class="ttname"><a href="structShellActor.html#a1ca761f0cac83459e16cbc22002b4569">ShellActor::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:342</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a5368cbbb7b090d3f5abb520ca3ab9bf6"><div class="ttname"><a href="structShellActor.html#a5368cbbb7b090d3f5abb520ca3ab9bf6">ShellActor::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:330</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a610da60b5b38774fba6b6bb3076fd007"><div class="ttname"><a href="structShellActor.html#a610da60b5b38774fba6b6bb3076fd007">ShellActor::boundingBoxSize</a></div><div class="ttdeci">f32 boundingBoxSize</div><div class="ttdef"><b>Definition</b> actor_types.h:341</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a62b51240387f83c669e3e279aaecbed8"><div class="ttname"><a href="structShellActor.html#a62b51240387f83c669e3e279aaecbed8">ShellActor::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:339</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a77c5d4878d9a0867430326a1d63491dc"><div class="ttname"><a href="structShellActor.html#a77c5d4878d9a0867430326a1d63491dc">ShellActor::playerId</a></div><div class="ttdeci">s16 playerId</div><div class="ttdef"><b>Definition</b> actor_types.h:348</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_a89a884c6ba2b5b022b7dcb5e74d50910"><div class="ttname"><a href="structShellActor.html#a89a884c6ba2b5b022b7dcb5e74d50910">ShellActor::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:351</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_ac40ddee32f5d1a093578e3f23ed76e0b"><div class="ttname"><a href="structShellActor.html#ac40ddee32f5d1a093578e3f23ed76e0b">ShellActor::parentIndex</a></div><div class="ttdeci">s16 parentIndex</div><div class="ttdef"><b>Definition</b> actor_types.h:334</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acd41b01d05450b6a241a81907bb4fbb8"><div class="ttname"><a href="structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8">ShellActor::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:350</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_acf7c6324c79136005a8a16b0280862d4"><div class="ttname"><a href="structShellActor.html#acf7c6324c79136005a8a16b0280862d4">ShellActor::unk30</a></div><div class="ttdeci">Collision unk30</div><div class="ttdef"><b>Definition</b> actor_types.h:352</div></div>
|
||||
<div class="ttc" id="astructShellActor_html_adaca452aa94770d8d57f99cc1f3b7151"><div class="ttname"><a href="structShellActor.html#adaca452aa94770d8d57f99cc1f3b7151">ShellActor::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:335</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html"><div class="ttname"><a href="structTripleShellParent.html">TripleShellParent</a></div><div class="ttdef"><b>Definition</b> actor_types.h:311</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a31471d3847195ba9618a684764b96043"><div class="ttname"><a href="structTripleShellParent.html#a31471d3847195ba9618a684764b96043">TripleShellParent::rotVelocity</a></div><div class="ttdeci">s16 rotVelocity</div><div class="ttdef"><b>Definition</b> actor_types.h:318</div></div>
|
||||
<div class="ttc" id="astructTripleShellParent_html_a4fcf64256c3c06258809ee9a0871f6b6"><div class="ttname"><a href="structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6">TripleShellParent::type</a></div><div class="ttdeci">s16 type</div><div class="ttdef"><b>Definition</b> actor_types.h:312</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -378,12 +378,12 @@ $(function(){initNavTree('item__box_2render_8inc_8c_source.html',''); initResiza
|
||||
<div class="ttc" id="astructCamera_html_a0eac7222597bb35c86f8ab71bb2f9d2f"><div class="ttname"><a href="structCamera.html#a0eac7222597bb35c86f8ab71bb2f9d2f">Camera::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> camera.h:42</div></div>
|
||||
<div class="ttc" id="astructCamera_html_a7b3ff9e1366b31d516a32bbfb469cde4"><div class="ttname"><a href="structCamera.html#a7b3ff9e1366b31d516a32bbfb469cde4">Camera::fieldOfView</a></div><div class="ttdeci">f32 fieldOfView</div><div class="ttdef"><b>Definition</b> camera.h:43</div></div>
|
||||
<div class="ttc" id="astructCamera_html_aaa7eaab22236f016fd933666bd90c741"><div class="ttname"><a href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> camera.h:36</div></div>
|
||||
<div class="ttc" id="astructItemBox_html"><div class="ttname"><a href="structItemBox.html">ItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:348</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a0da3ae45931357d0c3e53712f842069d"><div class="ttname"><a href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d">ItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:351</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a7a0945c90ee7304aa05729d0b59a4413"><div class="ttname"><a href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:359</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8770643814f0a75ee870072d5600055a"><div class="ttname"><a href="structItemBox.html#a8770643814f0a75ee870072d5600055a">ItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:352</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8eb9f33bf219f7ee75c996a558e74a2f"><div class="ttname"><a href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f">ItemBox::resetDistance</a></div><div class="ttdeci">f32 resetDistance</div><div class="ttdef"><b>Definition</b> actor_types.h:353</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_aad7a9f46654608486a15ebd5251b70e7"><div class="ttname"><a href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7">ItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:357</div></div>
|
||||
<div class="ttc" id="astructItemBox_html"><div class="ttname"><a href="structItemBox.html">ItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:356</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a0da3ae45931357d0c3e53712f842069d"><div class="ttname"><a href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d">ItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:359</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a7a0945c90ee7304aa05729d0b59a4413"><div class="ttname"><a href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:367</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8770643814f0a75ee870072d5600055a"><div class="ttname"><a href="structItemBox.html#a8770643814f0a75ee870072d5600055a">ItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:360</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8eb9f33bf219f7ee75c996a558e74a2f"><div class="ttname"><a href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f">ItemBox::resetDistance</a></div><div class="ttdeci">f32 resetDistance</div><div class="ttdef"><b>Definition</b> actor_types.h:361</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_aad7a9f46654608486a15ebd5251b70e7"><div class="ttname"><a href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7">ItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:365</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -171,14 +171,14 @@ $(function(){initNavTree('item__box_2update_8inc_8c_source.html',''); initResiza
|
||||
<div class="ttc" id="aactors_8h_html"><div class="ttname"><a href="actors_8h.html">actors.h</a></div></div>
|
||||
<div class="ttc" id="aitem__box_2update_8inc_8c_html_a7ab7a73caa2b37b8c336b7b2e8283e17"><div class="ttname"><a href="item__box_2update_8inc_8c.html#a7ab7a73caa2b37b8c336b7b2e8283e17">update_actor_item_box_hot_air_balloon</a></div><div class="ttdeci">void update_actor_item_box_hot_air_balloon(struct ItemBox *itemBox)</div><div class="ttdoc">Updates the item box under the hot air balloon object. It used in Luigi Raceway. (here it's just upda...</div><div class="ttdef"><b>Definition</b> update.inc.c:10</div></div>
|
||||
<div class="ttc" id="aitem__box_2update_8inc_8c_html_af4eb2577ac7d47e62f00eed0de138c2d"><div class="ttname"><a href="item__box_2update_8inc_8c.html#af4eb2577ac7d47e62f00eed0de138c2d">update_actor_item_box</a></div><div class="ttdeci">void update_actor_item_box(struct ItemBox *itemBox)</div><div class="ttdoc">Updates the item box actor.</div><div class="ttdef"><b>Definition</b> update.inc.c:36</div></div>
|
||||
<div class="ttc" id="astructItemBox_html"><div class="ttname"><a href="structItemBox.html">ItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:348</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a0da3ae45931357d0c3e53712f842069d"><div class="ttname"><a href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d">ItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:351</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a160bba22d28fcae6f869677df5788390"><div class="ttname"><a href="structItemBox.html#a160bba22d28fcae6f869677df5788390">ItemBox::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:350</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a5710f43670047b82840061ec6362409c"><div class="ttname"><a href="structItemBox.html#a5710f43670047b82840061ec6362409c">ItemBox::origY</a></div><div class="ttdeci">f32 origY</div><div class="ttdef"><b>Definition</b> actor_types.h:360</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a7a0945c90ee7304aa05729d0b59a4413"><div class="ttname"><a href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:359</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8770643814f0a75ee870072d5600055a"><div class="ttname"><a href="structItemBox.html#a8770643814f0a75ee870072d5600055a">ItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:352</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8eb9f33bf219f7ee75c996a558e74a2f"><div class="ttname"><a href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f">ItemBox::resetDistance</a></div><div class="ttdeci">f32 resetDistance</div><div class="ttdef"><b>Definition</b> actor_types.h:353</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_aad7a9f46654608486a15ebd5251b70e7"><div class="ttname"><a href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7">ItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:357</div></div>
|
||||
<div class="ttc" id="astructItemBox_html"><div class="ttname"><a href="structItemBox.html">ItemBox</a></div><div class="ttdef"><b>Definition</b> actor_types.h:356</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a0da3ae45931357d0c3e53712f842069d"><div class="ttname"><a href="structItemBox.html#a0da3ae45931357d0c3e53712f842069d">ItemBox::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:359</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a160bba22d28fcae6f869677df5788390"><div class="ttname"><a href="structItemBox.html#a160bba22d28fcae6f869677df5788390">ItemBox::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:358</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a5710f43670047b82840061ec6362409c"><div class="ttname"><a href="structItemBox.html#a5710f43670047b82840061ec6362409c">ItemBox::origY</a></div><div class="ttdeci">f32 origY</div><div class="ttdef"><b>Definition</b> actor_types.h:368</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a7a0945c90ee7304aa05729d0b59a4413"><div class="ttname"><a href="structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413">ItemBox::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:367</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8770643814f0a75ee870072d5600055a"><div class="ttname"><a href="structItemBox.html#a8770643814f0a75ee870072d5600055a">ItemBox::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:360</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_a8eb9f33bf219f7ee75c996a558e74a2f"><div class="ttname"><a href="structItemBox.html#a8eb9f33bf219f7ee75c996a558e74a2f">ItemBox::resetDistance</a></div><div class="ttdeci">f32 resetDistance</div><div class="ttdef"><b>Definition</b> actor_types.h:361</div></div>
|
||||
<div class="ttc" id="astructItemBox_html_aad7a9f46654608486a15ebd5251b70e7"><div class="ttname"><a href="structItemBox.html#aad7a9f46654608486a15ebd5251b70e7">ItemBox::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:365</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -213,14 +213,14 @@ $(function(){initNavTree('kiwano__fruit_2update_8inc_8c_source.html',''); initRe
|
||||
<div class="ttc" id="asounds_8h_html_a71288c0bb15b503d4570b441a05013f4"><div class="ttname"><a href="sounds_8h.html#a71288c0bb15b503d4570b441a05013f4">SOUND_ARG_LOAD</a></div><div class="ttdeci">#define SOUND_ARG_LOAD(sound_bank, byte2, byte3, sound_id)</div><div class="ttdef"><b>Definition</b> sounds.h:14</div></div>
|
||||
<div class="ttc" id="astructCollision_html_ae75d61b5d234a28a8c08dfb14e326013"><div class="ttname"><a href="structCollision.html#ae75d61b5d234a28a8c08dfb14e326013">Collision::unk34</a></div><div class="ttdeci">u16 unk34</div><div class="ttdef"><b>Definition</b> common_structs.h:150</div></div>
|
||||
<div class="ttc" id="astructCollision_html_ae78e07a65ab659cdf61a1f1ca3149a36"><div class="ttname"><a href="structCollision.html#ae78e07a65ab659cdf61a1f1ca3149a36">Collision::meshIndexZX</a></div><div class="ttdeci">u16 meshIndexZX</div><div class="ttdef"><b>Definition</b> common_structs.h:154</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html"><div class="ttname"><a href="structKiwanoFruit.html">KiwanoFruit</a></div><div class="ttdef"><b>Definition</b> actor_types.h:241</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a395221128fc4678e43d97556c14b0b75"><div class="ttname"><a href="structKiwanoFruit.html#a395221128fc4678e43d97556c14b0b75">KiwanoFruit::bonkTimer</a></div><div class="ttdeci">f32 bonkTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:247</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a42e01e9caa040b6c495d7d30a93536c2"><div class="ttname"><a href="structKiwanoFruit.html#a42e01e9caa040b6c495d7d30a93536c2">KiwanoFruit::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:255</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a45799822f9f1e3ac2fd213a6012ff510"><div class="ttname"><a href="structKiwanoFruit.html#a45799822f9f1e3ac2fd213a6012ff510">KiwanoFruit::animState</a></div><div class="ttdeci">s16 animState</div><div class="ttdef"><b>Definition</b> actor_types.h:250</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a74ede07f322e736b2e7ac5269352fc13"><div class="ttname"><a href="structKiwanoFruit.html#a74ede07f322e736b2e7ac5269352fc13">KiwanoFruit::animTimer</a></div><div class="ttdeci">s16 animTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:251</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_ac2024c25671678292ad713fc6a337fe2"><div class="ttname"><a href="structKiwanoFruit.html#ac2024c25671678292ad713fc6a337fe2">KiwanoFruit::targetPlayer</a></div><div class="ttdeci">s16 targetPlayer</div><div class="ttdef"><b>Definition</b> actor_types.h:245</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_ac3f39d0c46c091b04cb44a6dbc51a478"><div class="ttname"><a href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">KiwanoFruit::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:254</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_adf70a7f3dc53798340be6b62a77cdf43"><div class="ttname"><a href="structKiwanoFruit.html#adf70a7f3dc53798340be6b62a77cdf43">KiwanoFruit::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:246</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html"><div class="ttname"><a href="structKiwanoFruit.html">KiwanoFruit</a></div><div class="ttdef"><b>Definition</b> actor_types.h:249</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a395221128fc4678e43d97556c14b0b75"><div class="ttname"><a href="structKiwanoFruit.html#a395221128fc4678e43d97556c14b0b75">KiwanoFruit::bonkTimer</a></div><div class="ttdeci">f32 bonkTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:255</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a42e01e9caa040b6c495d7d30a93536c2"><div class="ttname"><a href="structKiwanoFruit.html#a42e01e9caa040b6c495d7d30a93536c2">KiwanoFruit::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:263</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a45799822f9f1e3ac2fd213a6012ff510"><div class="ttname"><a href="structKiwanoFruit.html#a45799822f9f1e3ac2fd213a6012ff510">KiwanoFruit::animState</a></div><div class="ttdeci">s16 animState</div><div class="ttdef"><b>Definition</b> actor_types.h:258</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_a74ede07f322e736b2e7ac5269352fc13"><div class="ttname"><a href="structKiwanoFruit.html#a74ede07f322e736b2e7ac5269352fc13">KiwanoFruit::animTimer</a></div><div class="ttdeci">s16 animTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:259</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_ac2024c25671678292ad713fc6a337fe2"><div class="ttname"><a href="structKiwanoFruit.html#ac2024c25671678292ad713fc6a337fe2">KiwanoFruit::targetPlayer</a></div><div class="ttdeci">s16 targetPlayer</div><div class="ttdef"><b>Definition</b> actor_types.h:253</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_ac3f39d0c46c091b04cb44a6dbc51a478"><div class="ttname"><a href="structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478">KiwanoFruit::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:262</div></div>
|
||||
<div class="ttc" id="astructKiwanoFruit_html_adf70a7f3dc53798340be6b62a77cdf43"><div class="ttname"><a href="structKiwanoFruit.html#adf70a7f3dc53798340be6b62a77cdf43">KiwanoFruit::state</a></div><div class="ttdeci">s16 state</div><div class="ttdef"><b>Definition</b> actor_types.h:254</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:264</div></div>
|
||||
<div class="ttc" id="astructPlayer_html_a43ea00ff8972384bcc7da1733b73e0ab"><div class="ttname"><a href="structPlayer.html#a43ea00ff8972384bcc7da1733b73e0ab">Player::effects</a></div><div class="ttdeci">u32 effects</div><div class="ttdef"><b>Definition</b> common_structs.h:313</div></div>
|
||||
<div class="ttc" id="astructPlayer_html_a649c835eb5117a45758d3ac1946070b4"><div class="ttname"><a href="structPlayer.html#a649c835eb5117a45758d3ac1946070b4">Player::collision</a></div><div class="ttdeci">Collision collision</div><div class="ttdef"><b>Definition</b> common_structs.h:339</div></div>
|
||||
|
||||
@@ -132,7 +132,7 @@ Example:</h1>
|
||||
<div class="line"> └── sequences</div>
|
||||
<div class="line"> └── main_menu.mp3</div>
|
||||
<div class="line"> └── main_menu.json</div>
|
||||
</div><!-- fragment --><h1><a class="anchor" id="future-plans-1"></a>
|
||||
</div><!-- fragment --><h1><a class="anchor" id="future-plans-2"></a>
|
||||
Future plans</h1>
|
||||
<ul>
|
||||
<li>Support samples.</li>
|
||||
|
||||
@@ -148,7 +148,7 @@ Tools To Help</h2>
|
||||
<ul>
|
||||
<li>There is <a href="https://vinievex.itch.io/racer-ready-up">Racer Ready-Up</a> which is a tool to help you create custom characters for SpaghettiKart.</li>
|
||||
</ul>
|
||||
<h2><a class="anchor" id="future-plans-2"></a>
|
||||
<h2><a class="anchor" id="future-plans-1"></a>
|
||||
Future plans</h2>
|
||||
<ul>
|
||||
<li>Support for custom characters that do not replace existing ones.</li>
|
||||
|
||||
@@ -308,7 +308,7 @@ Troubleshooting</h1>
|
||||
<li><b>Missing wheel textures</b>: Make sure all 4 wheel variants exist for each kart frame</li>
|
||||
<li><b>Wrong track textures</b>: Double-check the track name in the path (e.g., <code>yoshi_valley</code> vs <code>yoshis_valley</code>)</li>
|
||||
</ul>
|
||||
<h1><a class="anchor" id="see-also"></a>
|
||||
<h1><a class="anchor" id="see-also-1"></a>
|
||||
See Also</h1>
|
||||
<ul>
|
||||
<li><a class="el" href="md_docs_2mods-toml.html">mods.toml File Structure</a> - Required metadata file for mods</li>
|
||||
|
||||
@@ -202,7 +202,7 @@ Best Practices</h1>
|
||||
<h1><a class="anchor" id="migration-script-support"></a>
|
||||
Migration Script Support</h1>
|
||||
<p>When using the migration script (<code>migrations.py</code>), a <code>mods.toml</code> file can be automatically generated for your migrated mod. See <a class="el" href="md_docs_2migrations.html">Migration Guide</a> for details.</p>
|
||||
<h1><a class="anchor" id="see-also-1"></a>
|
||||
<h1><a class="anchor" id="see-also"></a>
|
||||
See Also</h1>
|
||||
<ul>
|
||||
<li><a class="el" href="md_docs_2modding.html">Modding Guide</a> - General modding information</li>
|
||||
|
||||
+2
-2
@@ -2392,7 +2392,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000029">Todo</a></b></dt><dd>These sizes need to be sizeof() for shiftability if possible </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000044">Todo</a></b></dt><dd>These sizes need to be sizeof() for shiftability if possible </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -9134,7 +9134,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000028">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>Move gGfxPool out of <a class="el" href="main_8h.html">main.h</a> </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -2738,7 +2738,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000029">Todo</a></b></dt><dd>These sizes need to be sizeof() for shiftability if possible </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000044">Todo</a></b></dt><dd>These sizes need to be sizeof() for shiftability if possible </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+1
-1
@@ -576,7 +576,7 @@ Here is the caller graph for this function:</div>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<p>On input skip logo screen </p>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000030">Todo</a></b></dt><dd>Label audio funcs </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000028">Todo</a></b></dt><dd>Label audio funcs </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
+26
-26
@@ -74,7 +74,7 @@ var NAVTREE =
|
||||
[ "Courses", "coursesmenu.html", "coursesmenu" ],
|
||||
[ "Custom Audio", "md_docs_2custom-audio.html", [
|
||||
[ "Example:", "md_docs_2custom-audio.html#example", null ],
|
||||
[ "Future plans", "md_docs_2custom-audio.html#future-plans-1", null ]
|
||||
[ "Future plans", "md_docs_2custom-audio.html#future-plans-2", null ]
|
||||
] ],
|
||||
[ "Custom characters", "md_docs_2custom-characters.html", [
|
||||
[ "Examples for all characters:", "md_docs_2custom-characters.html#examples-for-all-characters-1", null ],
|
||||
@@ -83,7 +83,7 @@ var NAVTREE =
|
||||
[ "Change Viewport Render Settings", "md_docs_2custom-characters.html#change-viewport-render-settings-1", null ]
|
||||
] ],
|
||||
[ "Tools To Help", "md_docs_2custom-characters.html#tools-to-help-1", null ],
|
||||
[ "Future plans", "md_docs_2custom-characters.html#future-plans-2", null ]
|
||||
[ "Future plans", "md_docs_2custom-characters.html#future-plans-1", null ]
|
||||
] ]
|
||||
] ],
|
||||
[ "faq", "md_docs_2faq.html", null ],
|
||||
@@ -107,7 +107,7 @@ var NAVTREE =
|
||||
[ "New Folder Structure", "md_docs_2migrations.html#new-folder-structure", null ],
|
||||
[ "Manual Migration", "md_docs_2migrations.html#manual-migration", null ],
|
||||
[ "Troubleshooting", "md_docs_2migrations.html#troubleshooting", null ],
|
||||
[ "See Also", "md_docs_2migrations.html#see-also", null ]
|
||||
[ "See Also", "md_docs_2migrations.html#see-also-1", null ]
|
||||
] ],
|
||||
[ "Modding", "md_docs_2modding.html", [
|
||||
[ "General Structure", "md_docs_2modding.html#general-structure", [
|
||||
@@ -132,7 +132,7 @@ var NAVTREE =
|
||||
[ "Load Order", "md_docs_2mods-toml.html#load-order", null ],
|
||||
[ "Best Practices", "md_docs_2mods-toml.html#best-practices", null ],
|
||||
[ "Migration Script Support", "md_docs_2mods-toml.html#migration-script-support", null ],
|
||||
[ "See Also", "md_docs_2mods-toml.html#see-also-1", null ]
|
||||
[ "See Also", "md_docs_2mods-toml.html#see-also", null ]
|
||||
] ],
|
||||
[ "Sequence Information (Music)", "md_docs_2sequences-information.html", [
|
||||
[ "Race Tracks", "md_docs_2sequences-information.html#race-tracks", null ],
|
||||
@@ -273,28 +273,28 @@ var NAVTREEINDEX =
|
||||
"structGfxPool.html#a705e6036f85bdb4c3f708e0e938610db",
|
||||
"structNote.html#abd3501a8f180a2e242f25eac90f6f006",
|
||||
"structPlayer.html#a1eb7b22cb98924aa32fa909b969dee34",
|
||||
"structSF64_1_1EnvSettingsData.html",
|
||||
"structSequenceChannel.html#aca133567ad3c965a02afe14490e9e4ea",
|
||||
"structThwompSpawn.html#ad125afdac071b04e78cc7c0134d9f7ae",
|
||||
"structUIWidgets_1_1IntSliderOptions.html#af7d904f2ed0b37c6e389e1a053a00c64",
|
||||
"structWidgetInfo.html#a63678e013cb28e918508e58d8c6f2aec",
|
||||
"structhud__player.html#a8e2c8b8031d8447bdef96e926a196da1",
|
||||
"structma__data__source__base.html#a2e1f97a190cb7421dbce0effc4d2ce7d",
|
||||
"structma__device__notification.html#a4d860bbfffc66d93e8c114c9b8892c4c",
|
||||
"structma__job__queue__config.html#acb2ac67f981268e7182d44f0dadac5f6",
|
||||
"structma__resampler.html#a8ed8ebdadaa7c85398b906351f53a210",
|
||||
"structma__splitter__node__config.html#a6da90e6c1d9ad0d3ea3e8d0d5a193a4a",
|
||||
"synthesis_8c.html#a67fb91e0a54fb1f28d378c3338863d5f",
|
||||
"textures_8c.html#a22dbd7a96118d5d6db0d9455d3e0bb4e",
|
||||
"textures_8c.html#a7e8b7c03a0e9295970d82c88af0a61a5",
|
||||
"textures_8c.html#ad9c1e6e09ca0a36826ea67b6ea8c59b8",
|
||||
"textures_8h.html#a3192bea4b97411a2546b110bf73cfd31",
|
||||
"textures_8h.html#a8ad7e3dd75547e7199c649d2d033a36a",
|
||||
"textures_8h.html#ae54307fecd4065cbe43279f7beb9fda4",
|
||||
"track_8c.html#aa7e0b3068463468d934cbb6082cb0467",
|
||||
"track_8h.html#ad21471476c2806a3c53dd72b451167eb",
|
||||
"update__objects_8c.html#a63599280ed23408b6fd53d67a549e162",
|
||||
"yoshi__valley__vertices_8h.html#a2d7671e20da33b4030f13f0b6966c99e"
|
||||
"structSF64_1_1ColPolyData.html#adf743dd078f835e2a9a2568314dea000",
|
||||
"structSequenceChannel.html#ac28336aa1b2f34a4f95ab24d24ecc680",
|
||||
"structThwompSpawn.html#a37b6087d0a9347a416e26a4d7079bd28",
|
||||
"structUIWidgets_1_1IntSliderOptions.html#aeb3c7df2e6e8c9fe8c68cce6a96e4d13",
|
||||
"structWidgetInfo.html#a3f87fb7af882a2c3c86c135be60c7179",
|
||||
"structhud__player.html#a815963db69a86eba0cd88dfad635145a",
|
||||
"structma__data__converter__config.html#ad7b476719cb54b12929d24884d2aa0bd",
|
||||
"structma__device__notification.html",
|
||||
"structma__job__queue.html#af60bb193da0cac969e3b68d9a745544a",
|
||||
"structma__resampler.html#a25ff21463eee8993137bc0c4ea621319",
|
||||
"structma__splitter__node.html",
|
||||
"synthesis_8c.html#a56c377279f4c167258dd3b24d90cd107",
|
||||
"textures_8c.html#a21ed7b2f2c179558215ce0875de3e933",
|
||||
"textures_8c.html#a7da68641247803d864edeab46882cd19",
|
||||
"textures_8c.html#ad9160a5e2a0025bb166171454503a356",
|
||||
"textures_8h.html#a300dd666c4bd3f10d9d48fe84f588c3d",
|
||||
"textures_8h.html#a8a2181a14140862c7c1280db6953cb3f",
|
||||
"textures_8h.html#ae3cf1ef2a5a6c7fe1b146eb133faf1f8",
|
||||
"track_8c.html#aa3130864545214b9f345181d1a0f946a",
|
||||
"track_8h.html#acfc50d6f56d814604261a05d4c572b0f",
|
||||
"update__objects_8c.html#a5ff4e49864e7c44e4b717c33c585b0bd",
|
||||
"yoshi__valley__displaylists_8h.html#a38c2d98e463bc9fa5d249ab8c86d8202"
|
||||
];
|
||||
|
||||
var SYNCONMSG = 'click to disable panel synchronization';
|
||||
|
||||
+4
-4
@@ -138,12 +138,12 @@ var NAVTREEINDEX42 =
|
||||
"md_docs_2BUILDING.html#windows":[2,0],
|
||||
"md_docs_2custom-audio.html":[5],
|
||||
"md_docs_2custom-audio.html#example":[5,0],
|
||||
"md_docs_2custom-audio.html#future-plans-1":[5,1],
|
||||
"md_docs_2custom-audio.html#future-plans-2":[5,1],
|
||||
"md_docs_2custom-characters.html":[6],
|
||||
"md_docs_2custom-characters.html#additional-files-1":[6,1],
|
||||
"md_docs_2custom-characters.html#change-viewport-render-settings-1":[6,1,0,0],
|
||||
"md_docs_2custom-characters.html#examples-for-all-characters-1":[6,0],
|
||||
"md_docs_2custom-characters.html#future-plans-2":[6,1,2],
|
||||
"md_docs_2custom-characters.html#future-plans-1":[6,1,2],
|
||||
"md_docs_2custom-characters.html#tips-1":[6,1,0],
|
||||
"md_docs_2custom-characters.html#tools-to-help-1":[6,1,1],
|
||||
"md_docs_2faq.html":[7],
|
||||
@@ -159,7 +159,7 @@ var NAVTREEINDEX42 =
|
||||
"md_docs_2migrations.html#other-textures":[8,2,0,2],
|
||||
"md_docs_2migrations.html#overview":[8,0],
|
||||
"md_docs_2migrations.html#path-changes":[8,2],
|
||||
"md_docs_2migrations.html#see-also":[8,7],
|
||||
"md_docs_2migrations.html#see-also-1":[8,7],
|
||||
"md_docs_2migrations.html#textures":[8,2,0],
|
||||
"md_docs_2migrations.html#track-textures":[8,2,0,0],
|
||||
"md_docs_2migrations.html#troubleshooting":[8,6],
|
||||
@@ -181,7 +181,7 @@ var NAVTREEINDEX42 =
|
||||
"md_docs_2mods-toml.html#location":[10,0],
|
||||
"md_docs_2mods-toml.html#migration-script-support":[10,8],
|
||||
"md_docs_2mods-toml.html#mod-section":[10,3,0],
|
||||
"md_docs_2mods-toml.html#see-also-1":[10,9],
|
||||
"md_docs_2mods-toml.html#see-also":[10,9],
|
||||
"md_docs_2mods-toml.html#validation":[10,5],
|
||||
"md_docs_2mods-toml.html#version-requirements":[10,3,1,0],
|
||||
"md_docs_2sequences-information.html":[11],
|
||||
|
||||
+4
-4
@@ -73,11 +73,11 @@ var NAVTREEINDEX73 =
|
||||
"structAnimationCycleSpec.html#a908f9e109d7fd0cda2501dee8a40815e":[19,0,58,0],
|
||||
"structAnimationCycleSpec.html#aafe200883957788393b92b5e614b341e":[19,0,58,1],
|
||||
"structArmature.html":[19,0,59],
|
||||
"structArmature.html#a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1":[19,0,59,0],
|
||||
"structArmature.html#a52d17f5254f03133e2da1be5505823f5":[19,0,59,2],
|
||||
"structArmature.html#a5b6ea597aa6fdf68191c9d977f88e960":[19,0,59,4],
|
||||
"structArmature.html#a1e4107398086eb92a3bf9facc46c7d02":[19,0,59,2],
|
||||
"structArmature.html#a39f416b644620d7283618153b864fa52":[19,0,59,3],
|
||||
"structArmature.html#a48718d73f9195e2f1f0c27cc552bc135":[19,0,59,0],
|
||||
"structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f":[19,0,59,1],
|
||||
"structArmature.html#ad7c035a33adf8d6e40a8cff8da6d81ce":[19,0,59,3],
|
||||
"structArmature.html#ac106591a5118c5a8fa8dcc7b03a8f51d":[19,0,59,4],
|
||||
"structAudioBank.html":[19,0,68],
|
||||
"structAudioBank.html#a18135a07ed4e0a146a36c2f3fdefd57c":[19,0,68,1],
|
||||
"structAudioBank.html#a24a599791d5abf0ba92582f55d2e9149":[19,0,68,0],
|
||||
|
||||
+14
-14
@@ -171,17 +171,19 @@ var NAVTREEINDEX77 =
|
||||
"structRGBA8.html#a6b7c54179dbc6fceb419e41bbb2973c8":[19,0,391,3],
|
||||
"structRGBA8.html#abc1d4d506127725a6a216e50326572fb":[19,0,391,1],
|
||||
"structRailroadCrossing.html":[19,0,376],
|
||||
"structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5":[19,0,376,10],
|
||||
"structRailroadCrossing.html#a0fbfb0fba4e5cadf01e818c2dc3ea23a":[19,0,376,9],
|
||||
"structRailroadCrossing.html#a2d3d0c41ebef172d7a36217adba08f60":[19,0,376,7],
|
||||
"structRailroadCrossing.html#a5fd919ce89c0786852789ceacf5d690a":[19,0,376,2],
|
||||
"structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78":[19,0,376,1],
|
||||
"structRailroadCrossing.html#ab0b59419d7707e9d2f096730729ed2f5":[19,0,376,0],
|
||||
"structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e":[19,0,376,5],
|
||||
"structRailroadCrossing.html#ada3db7bde004fe66a5b0ff43eadc32dd":[19,0,376,8],
|
||||
"structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9":[19,0,376,4],
|
||||
"structRailroadCrossing.html#ae8dffede0df7f0e6c6eef1e9c9a131d8":[19,0,376,6],
|
||||
"structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6":[19,0,376,3],
|
||||
"structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5":[19,0,376,12],
|
||||
"structRailroadCrossing.html#a0fbfb0fba4e5cadf01e818c2dc3ea23a":[19,0,376,11],
|
||||
"structRailroadCrossing.html#a2d3d0c41ebef172d7a36217adba08f60":[19,0,376,8],
|
||||
"structRailroadCrossing.html#a5fd919ce89c0786852789ceacf5d690a":[19,0,376,3],
|
||||
"structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78":[19,0,376,2],
|
||||
"structRailroadCrossing.html#ab0b59419d7707e9d2f096730729ed2f5":[19,0,376,1],
|
||||
"structRailroadCrossing.html#ab9db8067085f28f314a19c64b7cad921":[19,0,376,10],
|
||||
"structRailroadCrossing.html#abbe5b15da70c7c9cc2c357f6bff833e3":[19,0,376,0],
|
||||
"structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e":[19,0,376,6],
|
||||
"structRailroadCrossing.html#ada3db7bde004fe66a5b0ff43eadc32dd":[19,0,376,9],
|
||||
"structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9":[19,0,376,5],
|
||||
"structRailroadCrossing.html#ae8dffede0df7f0e6c6eef1e9c9a131d8":[19,0,376,7],
|
||||
"structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6":[19,0,376,4],
|
||||
"structRandomItemTable_1_1ItemEntry.html":[19,0,378,0],
|
||||
"structRandomItemTable_1_1ItemEntry.html#a040590d88448e7a45a4e7832c40b230a":[19,0,378,0,0],
|
||||
"structRandomItemTable_1_1ItemEntry.html#a34f1bf2a05b21ef5a7d981731e49ab22":[19,0,378,0,2],
|
||||
@@ -247,7 +249,5 @@ var NAVTREEINDEX77 =
|
||||
"structSF64_1_1ColPolyData.html#a2effad54da7e2944637e1fd4745d840a":[19,0,3,3,1],
|
||||
"structSF64_1_1ColPolyData.html#acaefcd33d89a0577031f2e943470684f":[18,0,6,3,4],
|
||||
"structSF64_1_1ColPolyData.html#acaefcd33d89a0577031f2e943470684f":[19,0,3,3,4],
|
||||
"structSF64_1_1ColPolyData.html#adf743dd078f835e2a9a2568314dea000":[18,0,6,3,0],
|
||||
"structSF64_1_1ColPolyData.html#adf743dd078f835e2a9a2568314dea000":[19,0,3,3,0],
|
||||
"structSF64_1_1EnvSettingsData.html":[18,0,6,5]
|
||||
"structSF64_1_1ColPolyData.html#adf743dd078f835e2a9a2568314dea000":[18,0,6,3,0]
|
||||
};
|
||||
|
||||
+3
-3
@@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX78 =
|
||||
{
|
||||
"structSF64_1_1ColPolyData.html#adf743dd078f835e2a9a2568314dea000":[19,0,3,3,0],
|
||||
"structSF64_1_1EnvSettingsData.html":[18,0,6,5],
|
||||
"structSF64_1_1EnvSettingsData.html":[19,0,3,5],
|
||||
"structSF64_1_1EnvSettingsData.html#a03280a97c40234b2c9f5747cb5c776c5":[18,0,6,5,12],
|
||||
"structSF64_1_1EnvSettingsData.html#a03280a97c40234b2c9f5747cb5c776c5":[19,0,3,5,12],
|
||||
@@ -247,7 +249,5 @@ var NAVTREEINDEX78 =
|
||||
"structSequenceChannel.html#aaa63661308a45bc9c410c831888136d6":[19,0,397,24],
|
||||
"structSequenceChannel.html#ab43f4dc03aa765bcdc052d6b59072554":[19,0,397,32],
|
||||
"structSequenceChannel.html#aba80ebc742588c90ece54666ed0cfc00":[19,0,397,45],
|
||||
"structSequenceChannel.html#abf2b47257aa645eda0acca176e25d10a":[19,0,397,18],
|
||||
"structSequenceChannel.html#ac28336aa1b2f34a4f95ab24d24ecc680":[19,0,397,5],
|
||||
"structSequenceChannel.html#ac52f6431cf860520640e89d37a845398":[19,0,397,28]
|
||||
"structSequenceChannel.html#abf2b47257aa645eda0acca176e25d10a":[19,0,397,18]
|
||||
};
|
||||
|
||||
+3
-3
@@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX79 =
|
||||
{
|
||||
"structSequenceChannel.html#ac28336aa1b2f34a4f95ab24d24ecc680":[19,0,397,5],
|
||||
"structSequenceChannel.html#ac52f6431cf860520640e89d37a845398":[19,0,397,28],
|
||||
"structSequenceChannel.html#aca133567ad3c965a02afe14490e9e4ea":[19,0,397,7],
|
||||
"structSequenceChannel.html#acc7120ab20780ca48980e6f91b60fc6c":[19,0,397,34],
|
||||
"structSequenceChannel.html#ad209e593a71e1ea346d00645fc6343b8":[19,0,397,27],
|
||||
@@ -247,7 +249,5 @@ var NAVTREEINDEX79 =
|
||||
"structTextureMap.html":[19,0,451],
|
||||
"structTextureMap.html#a8b4286ddfe639a65e498930733799cf6":[19,0,451,0],
|
||||
"structTextureMap.html#ad91eea22f2775fcc40c7627062c429b3":[19,0,451,1],
|
||||
"structThwompSpawn.html":[19,0,453],
|
||||
"structThwompSpawn.html#a37b6087d0a9347a416e26a4d7079bd28":[19,0,453,0],
|
||||
"structThwompSpawn.html#a62a6d334f8884644437c7ea8400cd3d3":[19,0,453,2]
|
||||
"structThwompSpawn.html":[19,0,453]
|
||||
};
|
||||
|
||||
+6
-6
@@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX80 =
|
||||
{
|
||||
"structThwompSpawn.html#a37b6087d0a9347a416e26a4d7079bd28":[19,0,453,0],
|
||||
"structThwompSpawn.html#a62a6d334f8884644437c7ea8400cd3d3":[19,0,453,2],
|
||||
"structThwompSpawn.html#ad125afdac071b04e78cc7c0134d9f7ae":[19,0,453,1],
|
||||
"structThwompSpawn.html#ae947218abf0b0de40a991c6a929b19d5":[19,0,453,3],
|
||||
"structTourCamera_1_1CameraShot.html":[19,0,455,0],
|
||||
@@ -51,9 +53,10 @@ var NAVTREEINDEX80 =
|
||||
"structTrackPositionFactorInstruction.html#acb27a2a2fef47fad6ef25ad2fcd357ce":[19,0,460,0],
|
||||
"structTrackSections.html":[19,0,461],
|
||||
"structTrackSections.html#a4616695b955d9f9c5f654f2d8fb18430":[19,0,461,1],
|
||||
"structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3":[19,0,461,4],
|
||||
"structTrackSections.html#a51b2e9bf9b66a5ce5795e47b31177990":[19,0,461,4],
|
||||
"structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3":[19,0,461,5],
|
||||
"structTrackSections.html#a56bf37b419cfcea6ae9a23f780dc0036":[19,0,461,2],
|
||||
"structTrackSections.html#a5da9422111f0325e591566d162776c1d":[19,0,461,5],
|
||||
"structTrackSections.html#a5da9422111f0325e591566d162776c1d":[19,0,461,6],
|
||||
"structTrackSections.html#a6219b6ddb7550ae609c95d393040bee5":[19,0,461,0],
|
||||
"structTrackSections.html#a6c84330b0fdeedd8de40299c52ff4faf":[19,0,461,3],
|
||||
"structTrainCar.html":[19,0,462],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX80 =
|
||||
"structUIWidgets_1_1IntSliderOptions.html#ad5564b4b45983d86313f32703cb5530e":[18,0,10,5,18],
|
||||
"structUIWidgets_1_1IntSliderOptions.html#ad5564b4b45983d86313f32703cb5530e":[19,0,7,4,18],
|
||||
"structUIWidgets_1_1IntSliderOptions.html#ad9f57d51181a0c4ff6ba3ddb620131d8":[18,0,10,5,10],
|
||||
"structUIWidgets_1_1IntSliderOptions.html#ad9f57d51181a0c4ff6ba3ddb620131d8":[19,0,7,4,10],
|
||||
"structUIWidgets_1_1IntSliderOptions.html#aeb3c7df2e6e8c9fe8c68cce6a96e4d13":[18,0,10,5,3],
|
||||
"structUIWidgets_1_1IntSliderOptions.html#aeb3c7df2e6e8c9fe8c68cce6a96e4d13":[19,0,7,4,3],
|
||||
"structUIWidgets_1_1IntSliderOptions.html#af7d904f2ed0b37c6e389e1a053a00c64":[18,0,10,5,5]
|
||||
"structUIWidgets_1_1IntSliderOptions.html#ad9f57d51181a0c4ff6ba3ddb620131d8":[19,0,7,4,10]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX81 =
|
||||
{
|
||||
"structUIWidgets_1_1IntSliderOptions.html#aeb3c7df2e6e8c9fe8c68cce6a96e4d13":[18,0,10,5,3],
|
||||
"structUIWidgets_1_1IntSliderOptions.html#aeb3c7df2e6e8c9fe8c68cce6a96e4d13":[19,0,7,4,3],
|
||||
"structUIWidgets_1_1IntSliderOptions.html#af7d904f2ed0b37c6e389e1a053a00c64":[18,0,10,5,5],
|
||||
"structUIWidgets_1_1IntSliderOptions.html#af7d904f2ed0b37c6e389e1a053a00c64":[19,0,7,4,5],
|
||||
"structUIWidgets_1_1TextFilters.html":[18,0,10,6],
|
||||
"structUIWidgets_1_1TextFilters.html":[19,0,7,5],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX81 =
|
||||
"structWidgetInfo.html":[19,0,501],
|
||||
"structWidgetInfo.html#a1ec9c6db27a66f88ec750045282e46f3":[19,0,501,17],
|
||||
"structWidgetInfo.html#a2ac569a44c89eded7195693d250f6c16":[19,0,501,19],
|
||||
"structWidgetInfo.html#a31d40206a297372d1527c53c82f61c2b":[19,0,501,7],
|
||||
"structWidgetInfo.html#a3f87fb7af882a2c3c86c135be60c7179":[19,0,501,23],
|
||||
"structWidgetInfo.html#a563f62120cb5a60ad347cd28ebf517fd":[19,0,501,22],
|
||||
"structWidgetInfo.html#a5fedbe00431ae3b0d1c72af3dbf8ff19":[19,0,501,8]
|
||||
"structWidgetInfo.html#a31d40206a297372d1527c53c82f61c2b":[19,0,501,7]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX82 =
|
||||
{
|
||||
"structWidgetInfo.html#a3f87fb7af882a2c3c86c135be60c7179":[19,0,501,23],
|
||||
"structWidgetInfo.html#a563f62120cb5a60ad347cd28ebf517fd":[19,0,501,22],
|
||||
"structWidgetInfo.html#a5fedbe00431ae3b0d1c72af3dbf8ff19":[19,0,501,8],
|
||||
"structWidgetInfo.html#a63678e013cb28e918508e58d8c6f2aec":[19,0,501,0],
|
||||
"structWidgetInfo.html#a8fb193d773f8f491d161798ec34a3569":[19,0,501,3],
|
||||
"structWidgetInfo.html#a900627e28d52ace9bf326209d9d79b8c":[19,0,501,20],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX82 =
|
||||
"structhud__player.html#a73b4a6d5420a5cc79cbe31851c1e2b51":[19,0,141,6],
|
||||
"structhud__player.html#a7a31992913104a88b798146e070a609d":[19,0,141,63],
|
||||
"structhud__player.html#a7d9d9f0b14aeb16c6a211fccdc332d97":[19,0,141,12],
|
||||
"structhud__player.html#a7f91d07ccfbcba743200852915a9aac0":[19,0,141,16],
|
||||
"structhud__player.html#a815963db69a86eba0cd88dfad635145a":[19,0,141,21],
|
||||
"structhud__player.html#a81923f47574c4ad510d1b0fbc1756e84":[19,0,141,50],
|
||||
"structhud__player.html#a88a4d9d1f3c2419a57b50a04aff65345":[19,0,141,55]
|
||||
"structhud__player.html#a7f91d07ccfbcba743200852915a9aac0":[19,0,141,16]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX83 =
|
||||
{
|
||||
"structhud__player.html#a815963db69a86eba0cd88dfad635145a":[19,0,141,21],
|
||||
"structhud__player.html#a81923f47574c4ad510d1b0fbc1756e84":[19,0,141,50],
|
||||
"structhud__player.html#a88a4d9d1f3c2419a57b50a04aff65345":[19,0,141,55],
|
||||
"structhud__player.html#a8e2c8b8031d8447bdef96e926a196da1":[19,0,141,42],
|
||||
"structhud__player.html#a93ec596a2eadcfe6768159b515d871ed":[19,0,141,22],
|
||||
"structhud__player.html#a9a0d741094c27a8ce5d7141e757d6786":[19,0,141,61],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX83 =
|
||||
"structma__data__converter__config.html#a979d1e122ed02fc8e433315f93129f3b":[19,0,185,8],
|
||||
"structma__data__converter__config.html#aa1e439ee5dd02925b677285ac7604be8":[19,0,185,10],
|
||||
"structma__data__converter__config.html#aa5ac18801060bd86c126d30e4dd13b7b":[19,0,185,6],
|
||||
"structma__data__converter__config.html#aa5c19501ff1f989678fdcdf7c621bec7":[19,0,185,9],
|
||||
"structma__data__converter__config.html#ad7b476719cb54b12929d24884d2aa0bd":[19,0,185,3],
|
||||
"structma__data__converter__config.html#af36ae0f6d0cb27ba9922ccf143c51012":[19,0,185,13],
|
||||
"structma__data__source__base.html":[19,0,186]
|
||||
"structma__data__converter__config.html#aa5c19501ff1f989678fdcdf7c621bec7":[19,0,185,9]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX84 =
|
||||
{
|
||||
"structma__data__converter__config.html#ad7b476719cb54b12929d24884d2aa0bd":[19,0,185,3],
|
||||
"structma__data__converter__config.html#af36ae0f6d0cb27ba9922ccf143c51012":[19,0,185,13],
|
||||
"structma__data__source__base.html":[19,0,186],
|
||||
"structma__data__source__base.html#a2e1f97a190cb7421dbce0effc4d2ce7d":[19,0,186,5],
|
||||
"structma__data__source__base.html#a59a5c238a598123aff4edbe17c604d94":[19,0,186,3],
|
||||
"structma__data__source__base.html#a77321dcbf0e245dba25b03ccc35ad40f":[19,0,186,1],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX84 =
|
||||
"structma__device__job__thread__config.html":[19,0,206],
|
||||
"structma__device__job__thread__config.html#a00c86a14ef83900d7473b8dfcad1a27d":[19,0,206,0],
|
||||
"structma__device__job__thread__config.html#ad8117c4d1da4bae9fda1f26008d7b999":[19,0,206,2],
|
||||
"structma__device__job__thread__config.html#adae694dab33cff4a123b542e9cb6f156":[19,0,206,1],
|
||||
"structma__device__notification.html":[19,0,207],
|
||||
"structma__device__notification.html#a0bb5823f25d666715172ca3053449107":[19,0,207,3],
|
||||
"structma__device__notification.html#a267e1b26d0c0075fc81af34f341d3042":[19,0,207,1]
|
||||
"structma__device__job__thread__config.html#adae694dab33cff4a123b542e9cb6f156":[19,0,206,1]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX85 =
|
||||
{
|
||||
"structma__device__notification.html":[19,0,207],
|
||||
"structma__device__notification.html#a0bb5823f25d666715172ca3053449107":[19,0,207,3],
|
||||
"structma__device__notification.html#a267e1b26d0c0075fc81af34f341d3042":[19,0,207,1],
|
||||
"structma__device__notification.html#a4d860bbfffc66d93e8c114c9b8892c4c":[19,0,207,7],
|
||||
"structma__device__notification.html#a6d595e91f97e5c0d922f7cfbe23d3c8b":[19,0,207,6],
|
||||
"structma__device__notification.html#aaa14769f29dcc278bbe39957d4b17377":[19,0,207,5],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX85 =
|
||||
"structma__job__queue.html#aa451ed367f2b32c7290478552e6bed72":[19,0,234,8],
|
||||
"structma__job__queue.html#aad5ffd5f116c21453dcd23f032de199b":[19,0,234,7],
|
||||
"structma__job__queue.html#abd7ab645d2e8c4bf337cfc60ed923ea6":[19,0,234,2],
|
||||
"structma__job__queue.html#ae8eba4b3dbae6d50607445739e880a1d":[19,0,234,5],
|
||||
"structma__job__queue.html#af60bb193da0cac969e3b68d9a745544a":[19,0,234,4],
|
||||
"structma__job__queue__config.html":[19,0,235],
|
||||
"structma__job__queue__config.html#a0323ba9c1df09a314bfecd094310355e":[19,0,235,1]
|
||||
"structma__job__queue.html#ae8eba4b3dbae6d50607445739e880a1d":[19,0,234,5]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX86 =
|
||||
{
|
||||
"structma__job__queue.html#af60bb193da0cac969e3b68d9a745544a":[19,0,234,4],
|
||||
"structma__job__queue__config.html":[19,0,235],
|
||||
"structma__job__queue__config.html#a0323ba9c1df09a314bfecd094310355e":[19,0,235,1],
|
||||
"structma__job__queue__config.html#acb2ac67f981268e7182d44f0dadac5f6":[19,0,235,0],
|
||||
"structma__lcg.html":[19,0,236],
|
||||
"structma__lcg.html#a84c89d39c0724b8b8ec25664806cd4fc":[19,0,236,0],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX86 =
|
||||
"structma__rb.html#a8ef3399ff623c338e6165e811d2f080f":[19,0,278,1],
|
||||
"structma__rb.html#a9d7dffc2cee1c0ec0c749f270d3664d0":[19,0,278,8],
|
||||
"structma__rb.html#acab6e4d4c05b0b2238d72ad625316605":[19,0,278,4],
|
||||
"structma__resampler.html":[19,0,279],
|
||||
"structma__resampler.html#a25ff21463eee8993137bc0c4ea621319":[19,0,279,1],
|
||||
"structma__resampler.html#a4c003108ca2dceed99be25be7eb49477":[19,0,279,10],
|
||||
"structma__resampler.html#a604f7295573a5332f08e8a0ed66dd61b":[19,0,279,7]
|
||||
"structma__resampler.html":[19,0,279]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX87 =
|
||||
{
|
||||
"structma__resampler.html#a25ff21463eee8993137bc0c4ea621319":[19,0,279,1],
|
||||
"structma__resampler.html#a4c003108ca2dceed99be25be7eb49477":[19,0,279,10],
|
||||
"structma__resampler.html#a604f7295573a5332f08e8a0ed66dd61b":[19,0,279,7],
|
||||
"structma__resampler.html#a8ed8ebdadaa7c85398b906351f53a210":[19,0,279,0],
|
||||
"structma__resampler.html#a92302a26783eeb7692e53abcb8bafd0d":[19,0,279,5],
|
||||
"structma__resampler.html#a93f95fc585814e44ebe5a99f96561062":[19,0,279,6],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX87 =
|
||||
"structma__spatializer__listener__config.html#a645c60a5b487413db3a78acae605ae92":[19,0,302,7],
|
||||
"structma__spatializer__listener__config.html#a6572e7c17634f6c30ef1dd15b658d259":[19,0,302,0],
|
||||
"structma__spatializer__listener__config.html#a9407e1dccf4f9398f1482f147fddba3c":[19,0,302,2],
|
||||
"structma__spatializer__listener__config.html#aebe98646bb376d08cd6abf3a4ddb1e75":[19,0,302,1],
|
||||
"structma__splitter__node.html":[19,0,303],
|
||||
"structma__splitter__node.html#a3ad2ae7df201dc451ca8d85ce3f6a2f7":[19,0,303,0],
|
||||
"structma__splitter__node__config.html":[19,0,304]
|
||||
"structma__spatializer__listener__config.html#aebe98646bb376d08cd6abf3a4ddb1e75":[19,0,302,1]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX88 =
|
||||
{
|
||||
"structma__splitter__node.html":[19,0,303],
|
||||
"structma__splitter__node.html#a3ad2ae7df201dc451ca8d85ce3f6a2f7":[19,0,303,0],
|
||||
"structma__splitter__node__config.html":[19,0,304],
|
||||
"structma__splitter__node__config.html#a6da90e6c1d9ad0d3ea3e8d0d5a193a4a":[19,0,304,1],
|
||||
"structma__splitter__node__config.html#ad5575d6f8d21381b5b772dd073d2368a":[19,0,304,0],
|
||||
"structma__splitter__node__config.html#af3c437261e191d0b42c08cd1e1242d59":[19,0,304,2],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX88 =
|
||||
"synthesis_8c.html#a1f59143a489c5aae5608107c2e9519e2":[20,0,3,1,21,18],
|
||||
"synthesis_8c.html#a2994f1f3d3603607ed9bca3243c1d5cf":[20,0,3,1,21,11],
|
||||
"synthesis_8c.html#a3dcffd88e7671a667e3fe58c03161919":[20,0,3,1,21,20],
|
||||
"synthesis_8c.html#a46dbb82b200402601c2819f7deab8c04":[20,0,3,1,21,17],
|
||||
"synthesis_8c.html#a56c377279f4c167258dd3b24d90cd107":[20,0,3,1,21,13],
|
||||
"synthesis_8c.html#a58d0854d34c453a6a28c2fc499a59e11":[20,0,3,1,21,21],
|
||||
"synthesis_8c.html#a5adf95c0704d3aec13cd975d0438f38b":[20,0,3,1,21,1]
|
||||
"synthesis_8c.html#a46dbb82b200402601c2819f7deab8c04":[20,0,3,1,21,17]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX89 =
|
||||
{
|
||||
"synthesis_8c.html#a56c377279f4c167258dd3b24d90cd107":[20,0,3,1,21,13],
|
||||
"synthesis_8c.html#a58d0854d34c453a6a28c2fc499a59e11":[20,0,3,1,21,21],
|
||||
"synthesis_8c.html#a5adf95c0704d3aec13cd975d0438f38b":[20,0,3,1,21,1],
|
||||
"synthesis_8c.html#a67fb91e0a54fb1f28d378c3338863d5f":[20,0,3,1,21,2],
|
||||
"synthesis_8c.html#a6e7a1a2460ba7da6f3f087e4d649d124":[20,0,3,1,21,19],
|
||||
"synthesis_8c.html#a831c7a9542071eed3e68885bd89e505b":[20,0,3,1,21,4],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX89 =
|
||||
"textures_8c.html#a2040c6addcea9e4c759f3d1d4a692402":[20,0,3,3,5,551],
|
||||
"textures_8c.html#a206d764f9fbc7a9b7edd5ccb31cf0a81":[20,0,3,3,5,492],
|
||||
"textures_8c.html#a2077e16a89c45a7cc7ad9f651941eb00":[20,0,3,3,5,151],
|
||||
"textures_8c.html#a20a37dd3d99b4b00fb133f8962bf5003":[20,0,3,3,5,249],
|
||||
"textures_8c.html#a21ed7b2f2c179558215ce0875de3e933":[20,0,3,3,5,242],
|
||||
"textures_8c.html#a221ede1e5c7a6222783ad5fc070ddf94":[20,0,3,3,5,54],
|
||||
"textures_8c.html#a22bb4307573241a5c84c85d061a0a90a":[20,0,3,3,5,434]
|
||||
"textures_8c.html#a20a37dd3d99b4b00fb133f8962bf5003":[20,0,3,3,5,249]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX90 =
|
||||
{
|
||||
"textures_8c.html#a21ed7b2f2c179558215ce0875de3e933":[20,0,3,3,5,242],
|
||||
"textures_8c.html#a221ede1e5c7a6222783ad5fc070ddf94":[20,0,3,3,5,54],
|
||||
"textures_8c.html#a22bb4307573241a5c84c85d061a0a90a":[20,0,3,3,5,434],
|
||||
"textures_8c.html#a22dbd7a96118d5d6db0d9455d3e0bb4e":[20,0,3,3,5,103],
|
||||
"textures_8c.html#a230f1faac518c86a969a29703b2dc605":[20,0,3,3,5,389],
|
||||
"textures_8c.html#a236d5213e69879c8898967effd606d9a":[20,0,3,3,5,302],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX90 =
|
||||
"textures_8c.html#a7c902e402e9dc77e530c1129cce83468":[20,0,3,3,5,611],
|
||||
"textures_8c.html#a7ce28defc5e1ac88e6482c57bbd2753e":[20,0,3,3,5,488],
|
||||
"textures_8c.html#a7d41f8dee98eb288fa91c6c8d4fbe6bf":[20,0,3,3,5,666],
|
||||
"textures_8c.html#a7d506bfffca3cdec3f8fff0a243684f2":[20,0,3,3,5,409],
|
||||
"textures_8c.html#a7da68641247803d864edeab46882cd19":[20,0,3,3,5,407],
|
||||
"textures_8c.html#a7e1dc138446a3db4bcd9c233d1489445":[20,0,3,3,5,688],
|
||||
"textures_8c.html#a7e536dcec0919c4894ad719722f50b06":[20,0,3,3,5,264]
|
||||
"textures_8c.html#a7d506bfffca3cdec3f8fff0a243684f2":[20,0,3,3,5,409]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX91 =
|
||||
{
|
||||
"textures_8c.html#a7da68641247803d864edeab46882cd19":[20,0,3,3,5,407],
|
||||
"textures_8c.html#a7e1dc138446a3db4bcd9c233d1489445":[20,0,3,3,5,688],
|
||||
"textures_8c.html#a7e536dcec0919c4894ad719722f50b06":[20,0,3,3,5,264],
|
||||
"textures_8c.html#a7e8b7c03a0e9295970d82c88af0a61a5":[20,0,3,3,5,441],
|
||||
"textures_8c.html#a7eef05a9a890b38b5c1f4960c4d3d032":[20,0,3,3,5,3],
|
||||
"textures_8c.html#a7ef57c8891bf859c3a67860d4560fd2e":[20,0,3,3,5,552],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX91 =
|
||||
"textures_8c.html#ad80a91589601c6a4e4de50fcf57c1138":[20,0,3,3,5,97],
|
||||
"textures_8c.html#ad853cffc939cb78204d45525a4b0e3a5":[20,0,3,3,5,499],
|
||||
"textures_8c.html#ad8ad59c9f560993702e9c40324dd8ce7":[20,0,3,3,5,218],
|
||||
"textures_8c.html#ad8ba99e1b6a302bb3795d174b7083543":[20,0,3,3,5,375],
|
||||
"textures_8c.html#ad9160a5e2a0025bb166171454503a356":[20,0,3,3,5,372],
|
||||
"textures_8c.html#ad96022e78ccbf8a5f224395e938657c7":[20,0,3,3,5,187],
|
||||
"textures_8c.html#ad9b4b711752c9be3c887ab9a82b02c91":[20,0,3,3,5,260]
|
||||
"textures_8c.html#ad8ba99e1b6a302bb3795d174b7083543":[20,0,3,3,5,375]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX92 =
|
||||
{
|
||||
"textures_8c.html#ad9160a5e2a0025bb166171454503a356":[20,0,3,3,5,372],
|
||||
"textures_8c.html#ad96022e78ccbf8a5f224395e938657c7":[20,0,3,3,5,187],
|
||||
"textures_8c.html#ad9b4b711752c9be3c887ab9a82b02c91":[20,0,3,3,5,260],
|
||||
"textures_8c.html#ad9c1e6e09ca0a36826ea67b6ea8c59b8":[20,0,3,3,5,73],
|
||||
"textures_8c.html#ad9c286ad41d2808218159c3e4f01296d":[20,0,3,3,5,648],
|
||||
"textures_8c.html#ada2ae28667bc3b927381d0677a1a1565":[20,0,3,3,5,324],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX92 =
|
||||
"textures_8h.html#a2d6b105c82a89a024d4c29c3210bc58c":[20,0,3,67,386],
|
||||
"textures_8h.html#a2ee2f641bf7dedb02513ce550d99f83d":[20,0,3,67,337],
|
||||
"textures_8h.html#a2f11b849bcd24c55eeebd6c869a40acf":[20,0,3,67,137],
|
||||
"textures_8h.html#a2f78f921184a3a3b0b8d8c38a9754f5b":[20,0,3,67,55],
|
||||
"textures_8h.html#a300dd666c4bd3f10d9d48fe84f588c3d":[20,0,3,67,309],
|
||||
"textures_8h.html#a308dd343029b9a5ea0e88a4011748560":[20,0,3,67,700],
|
||||
"textures_8h.html#a313434a65ad044370052773dca4733e5":[20,0,3,67,316]
|
||||
"textures_8h.html#a2f78f921184a3a3b0b8d8c38a9754f5b":[20,0,3,67,55]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX93 =
|
||||
{
|
||||
"textures_8h.html#a300dd666c4bd3f10d9d48fe84f588c3d":[20,0,3,67,309],
|
||||
"textures_8h.html#a308dd343029b9a5ea0e88a4011748560":[20,0,3,67,700],
|
||||
"textures_8h.html#a313434a65ad044370052773dca4733e5":[20,0,3,67,316],
|
||||
"textures_8h.html#a3192bea4b97411a2546b110bf73cfd31":[20,0,3,67,535],
|
||||
"textures_8h.html#a31b5f22f99ee9574c452950fced7e81b":[20,0,3,67,107],
|
||||
"textures_8h.html#a32484b45004e5cdb655ec59b5f883926":[20,0,3,67,402],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX93 =
|
||||
"textures_8h.html#a885d02638e53d6a136d44aba8ad6c8ef":[20,0,3,67,142],
|
||||
"textures_8h.html#a8882fb2874bec41db0db19824ce75b1f":[20,0,3,67,88],
|
||||
"textures_8h.html#a88aad6ac0170738727d9cadf8e6587c9":[20,0,3,67,383],
|
||||
"textures_8h.html#a88d04e588dd68a6b5458d6e4cc6f5eb0":[20,0,3,67,25],
|
||||
"textures_8h.html#a8a2181a14140862c7c1280db6953cb3f":[20,0,3,67,427],
|
||||
"textures_8h.html#a8a491da9784ab21060071720f6a9ba63":[20,0,3,67,380],
|
||||
"textures_8h.html#a8ad6ac1fd61af92142afcc9800fad0a4":[20,0,3,67,426]
|
||||
"textures_8h.html#a88d04e588dd68a6b5458d6e4cc6f5eb0":[20,0,3,67,25]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX94 =
|
||||
{
|
||||
"textures_8h.html#a8a2181a14140862c7c1280db6953cb3f":[20,0,3,67,427],
|
||||
"textures_8h.html#a8a491da9784ab21060071720f6a9ba63":[20,0,3,67,380],
|
||||
"textures_8h.html#a8ad6ac1fd61af92142afcc9800fad0a4":[20,0,3,67,426],
|
||||
"textures_8h.html#a8ad7e3dd75547e7199c649d2d033a36a":[20,0,3,67,621],
|
||||
"textures_8h.html#a8b3709ed33c7f2ba74dc918adb7312e4":[20,0,3,67,193],
|
||||
"textures_8h.html#a8c80896e92cda21169be25dab651cfa5":[20,0,3,67,605],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX94 =
|
||||
"textures_8h.html#ae272e09db414b23e1eebbbc4df2164a6":[20,0,3,67,124],
|
||||
"textures_8h.html#ae27604d45f7fce558c987aa816b9c172":[20,0,3,67,667],
|
||||
"textures_8h.html#ae308cdb63945c5c50a99891d9832a005":[20,0,3,67,505],
|
||||
"textures_8h.html#ae3b64ecaa7ca5bcf9d8a53d5457662bd":[20,0,3,67,160],
|
||||
"textures_8h.html#ae3cf1ef2a5a6c7fe1b146eb133faf1f8":[20,0,3,67,640],
|
||||
"textures_8h.html#ae45ffe4c66ac33b40214005ba9d1b10f":[20,0,3,67,3],
|
||||
"textures_8h.html#ae52a33b636360017147a015526530044":[20,0,3,67,43]
|
||||
"textures_8h.html#ae3b64ecaa7ca5bcf9d8a53d5457662bd":[20,0,3,67,160]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX95 =
|
||||
{
|
||||
"textures_8h.html#ae3cf1ef2a5a6c7fe1b146eb133faf1f8":[20,0,3,67,640],
|
||||
"textures_8h.html#ae45ffe4c66ac33b40214005ba9d1b10f":[20,0,3,67,3],
|
||||
"textures_8h.html#ae52a33b636360017147a015526530044":[20,0,3,67,43],
|
||||
"textures_8h.html#ae54307fecd4065cbe43279f7beb9fda4":[20,0,3,67,223],
|
||||
"textures_8h.html#ae55bb2696e9224eaec1504e5f74c5e5f":[20,0,3,67,229],
|
||||
"textures_8h.html#ae5a2bf60feb9889aea0a3544f4ee889b":[20,0,3,67,49],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX95 =
|
||||
"track_8c.html#aa0707fc63b2f59d654490896e645c8f9":[20,0,0,8,12,24],
|
||||
"track_8c.html#aa1121c39ef881b54ada82c2e6d42d54e":[20,0,0,8,12,218],
|
||||
"track_8c.html#aa14d236428482ade5f48a9f23fc8adee":[20,0,0,8,12,159],
|
||||
"track_8c.html#aa1879a2d39559436c6d1fb9e3d08a933":[20,0,0,8,12,183],
|
||||
"track_8c.html#aa3130864545214b9f345181d1a0f946a":[20,0,0,8,12,33],
|
||||
"track_8c.html#aa44b97cb37dc41e011d8fed33776cca1":[20,0,0,8,12,156],
|
||||
"track_8c.html#aa6fea953b3abf526ef7aee59933858ad":[20,0,0,8,12,66]
|
||||
"track_8c.html#aa1879a2d39559436c6d1fb9e3d08a933":[20,0,0,8,12,183]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX96 =
|
||||
{
|
||||
"track_8c.html#aa3130864545214b9f345181d1a0f946a":[20,0,0,8,12,33],
|
||||
"track_8c.html#aa44b97cb37dc41e011d8fed33776cca1":[20,0,0,8,12,156],
|
||||
"track_8c.html#aa6fea953b3abf526ef7aee59933858ad":[20,0,0,8,12,66],
|
||||
"track_8c.html#aa7e0b3068463468d934cbb6082cb0467":[20,0,0,8,12,197],
|
||||
"track_8c.html#aa85b047a6e0304b150b1a49f024a2845":[20,0,0,8,12,215],
|
||||
"track_8c.html#aa94063fe39b0018f159cb4bca98b33b8":[20,0,0,8,12,85],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX96 =
|
||||
"track_8h.html#aca92f92c8e21db4ea7656560eacd3ac9":[20,0,0,8,13,132],
|
||||
"track_8h.html#acb51fb1a7117e33b7209f3e5605aa205":[20,0,0,8,13,180],
|
||||
"track_8h.html#acec9bceee38a4ef4c34a01f897183e39":[20,0,0,8,13,0],
|
||||
"track_8h.html#acf2f96c1af3a99ed069ef45b96e30758":[20,0,0,8,13,142],
|
||||
"track_8h.html#acfc50d6f56d814604261a05d4c572b0f":[20,0,0,8,13,136],
|
||||
"track_8h.html#ad18e40d5119ee802f64be48332b450d5":[20,0,0,8,13,140],
|
||||
"track_8h.html#ad1a8600f28f3340073832e6ad3126f6e":[20,0,0,8,13,198]
|
||||
"track_8h.html#acf2f96c1af3a99ed069ef45b96e30758":[20,0,0,8,13,142]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX97 =
|
||||
{
|
||||
"track_8h.html#acfc50d6f56d814604261a05d4c572b0f":[20,0,0,8,13,136],
|
||||
"track_8h.html#ad18e40d5119ee802f64be48332b450d5":[20,0,0,8,13,140],
|
||||
"track_8h.html#ad1a8600f28f3340073832e6ad3126f6e":[20,0,0,8,13,198],
|
||||
"track_8h.html#ad21471476c2806a3c53dd72b451167eb":[20,0,0,8,13,158],
|
||||
"track_8h.html#ad2216aad36239d3a65d1d40631ea24bc":[20,0,0,8,13,134],
|
||||
"track_8h.html#ad2739568ce69c89c0e8daf01a7278600":[20,0,0,8,13,94],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX97 =
|
||||
"update__objects_8c.html#a5b10e163d17f78f43ec59de3a5c401a0":[20,0,3,68,135],
|
||||
"update__objects_8c.html#a5c512cf76ff23e1cb427d79a121026a2":[20,0,3,68,18],
|
||||
"update__objects_8c.html#a5f00f0423e307eaad9fc86d715392e4f":[20,0,3,68,40],
|
||||
"update__objects_8c.html#a5f919af8fe62091da3c2beb957939727":[20,0,3,68,181],
|
||||
"update__objects_8c.html#a5ff4e49864e7c44e4b717c33c585b0bd":[20,0,3,68,67],
|
||||
"update__objects_8c.html#a601231686d436717b1f26ad0303fe7e3":[20,0,3,68,200],
|
||||
"update__objects_8c.html#a611ea98550b46aa887eb34b7472ef871":[20,0,3,68,159]
|
||||
"update__objects_8c.html#a5f919af8fe62091da3c2beb957939727":[20,0,3,68,181]
|
||||
};
|
||||
|
||||
+4
-4
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX98 =
|
||||
{
|
||||
"update__objects_8c.html#a5ff4e49864e7c44e4b717c33c585b0bd":[20,0,3,68,67],
|
||||
"update__objects_8c.html#a601231686d436717b1f26ad0303fe7e3":[20,0,3,68,200],
|
||||
"update__objects_8c.html#a611ea98550b46aa887eb34b7472ef871":[20,0,3,68,159],
|
||||
"update__objects_8c.html#a63599280ed23408b6fd53d67a549e162":[20,0,3,68,33],
|
||||
"update__objects_8c.html#a6433786e30fbe8c3dc83f83c9f2c35f9":[20,0,3,68,23],
|
||||
"update__objects_8c.html#a658f0eb95515deb574dce747d146c675":[20,0,3,68,75],
|
||||
@@ -246,8 +249,5 @@ var NAVTREEINDEX98 =
|
||||
"yoshi__valley_2course__offsets_8c.html#a48888abc87daebecf0c3f4678bf95eed":[20,0,0,20,0,3],
|
||||
"yoshi__valley_2course__offsets_8c.html#a61a71e37adc556ceee903b2fbeeef169":[20,0,0,20,0,4],
|
||||
"yoshi__valley_2course__offsets_8c.html#a960edbc8698401e040375c3e020e5eed":[20,0,0,20,0,2],
|
||||
"yoshi__valley__displaylists_8h.html":[20,0,2,0,0,0,19,1],
|
||||
"yoshi__valley__displaylists_8h.html#a38c2d98e463bc9fa5d249ab8c86d8202":[20,0,2,0,0,0,19,1,0],
|
||||
"yoshi__valley__displaylists_8h_source.html":[20,0,2,0,0,0,19,1],
|
||||
"yoshi__valley__vertices_8h.html":[20,0,2,0,0,0,19,2]
|
||||
"yoshi__valley__displaylists_8h.html":[20,0,2,0,0,0,19,1]
|
||||
};
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
var NAVTREEINDEX99 =
|
||||
{
|
||||
"yoshi__valley__displaylists_8h.html#a38c2d98e463bc9fa5d249ab8c86d8202":[20,0,2,0,0,0,19,1,0],
|
||||
"yoshi__valley__displaylists_8h_source.html":[20,0,2,0,0,0,19,1],
|
||||
"yoshi__valley__vertices_8h.html":[20,0,2,0,0,0,19,2],
|
||||
"yoshi__valley__vertices_8h.html#a2d7671e20da33b4030f13f0b6966c99e":[20,0,2,0,0,0,19,2,0],
|
||||
"yoshi__valley__vertices_8h_source.html":[20,0,2,0,0,0,19,2]
|
||||
};
|
||||
|
||||
+1
-1
@@ -219,7 +219,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>figure out what it means </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000036">Todo</a></b></dt><dd>figure out what it means </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -236,7 +236,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000037">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -155,7 +155,7 @@ Functions</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line">(*(vu32*) PHYS_TO_K1(addr) = (u32) (data))</div>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>These defines are from PR/rcp.h, but including that causes problems... </dd></dl>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000040">Todo</a></b></dt><dd>These defines are from PR/rcp.h, but including that causes problems... </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -170,7 +170,7 @@ Functions</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000041">Todo</a></b></dt><dd>This define is from os.h, but including that causes problems... </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>This define is from os.h, but including that causes problems... </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -194,7 +194,7 @@ Functions</h2></td></tr>
|
||||
</div><div class="memdoc">
|
||||
<b>Value:</b><div class="fragment"><div class="line"> <span class="keywordflow">if</span> (cHandle->var != pihandle->var) \</div>
|
||||
<div class="line"> IO_WRITE(reg, pihandle->var);</div>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000040">Todo</a></b></dt><dd>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd></dl>
|
||||
</div><!-- fragment --><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000038">Todo</a></b></dt><dd>This define is from <a class="el" href="piint_8h.html">piint.h</a>, but including that causes problems... </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -212,7 +212,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000044">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000043">Todo</a></b></dt><dd>magic number </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -259,7 +259,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000043">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -171,7 +171,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000037">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -191,7 +191,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000046">Todo</a></b></dt><dd>figure out why this is like this </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000045">Todo</a></b></dt><dd>figure out why this is like this </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -172,7 +172,7 @@ Variables</h2></td></tr>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000045">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000046">Todo</a></b></dt><dd>name magic constants </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -206,7 +206,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000037">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -192,10 +192,10 @@ $(function(){initNavTree('paddle__boat_2render_8inc_8c_source.html',''); initRes
|
||||
<div class="ttc" id="astructCamera_html_a0eac7222597bb35c86f8ab71bb2f9d2f"><div class="ttname"><a href="structCamera.html#a0eac7222597bb35c86f8ab71bb2f9d2f">Camera::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> camera.h:42</div></div>
|
||||
<div class="ttc" id="astructCamera_html_a7b3ff9e1366b31d516a32bbfb469cde4"><div class="ttname"><a href="structCamera.html#a7b3ff9e1366b31d516a32bbfb469cde4">Camera::fieldOfView</a></div><div class="ttdeci">f32 fieldOfView</div><div class="ttdef"><b>Definition</b> camera.h:43</div></div>
|
||||
<div class="ttc" id="astructCamera_html_aaa7eaab22236f016fd933666bd90c741"><div class="ttname"><a href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> camera.h:36</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html"><div class="ttname"><a href="structPaddleWheelBoat.html">PaddleWheelBoat</a></div><div class="ttdef"><b>Definition</b> actor_types.h:260</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a04c8b0f00d8fa9d26e2190baacca43da"><div class="ttname"><a href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">PaddleWheelBoat::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:269</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a13855281c1459077beb9a4e7f8478a37"><div class="ttname"><a href="structPaddleWheelBoat.html#a13855281c1459077beb9a4e7f8478a37">PaddleWheelBoat::boatRot</a></div><div class="ttdeci">Vec3s boatRot</div><div class="ttdef"><b>Definition</b> actor_types.h:267</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a500f0d5169fa8601aaba11cf13514b28"><div class="ttname"><a href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28">PaddleWheelBoat::wheelRot</a></div><div class="ttdeci">s16 wheelRot</div><div class="ttdef"><b>Definition</b> actor_types.h:264</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html"><div class="ttname"><a href="structPaddleWheelBoat.html">PaddleWheelBoat</a></div><div class="ttdef"><b>Definition</b> actor_types.h:268</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a04c8b0f00d8fa9d26e2190baacca43da"><div class="ttname"><a href="structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da">PaddleWheelBoat::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:277</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a13855281c1459077beb9a4e7f8478a37"><div class="ttname"><a href="structPaddleWheelBoat.html#a13855281c1459077beb9a4e7f8478a37">PaddleWheelBoat::boatRot</a></div><div class="ttdeci">Vec3s boatRot</div><div class="ttdef"><b>Definition</b> actor_types.h:275</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a500f0d5169fa8601aaba11cf13514b28"><div class="ttname"><a href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28">PaddleWheelBoat::wheelRot</a></div><div class="ttdeci">s16 wheelRot</div><div class="ttdef"><b>Definition</b> actor_types.h:272</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -118,8 +118,8 @@ $(function(){initNavTree('paddle__boat_2update_8inc_8c_source.html',''); initRes
|
||||
</div>
|
||||
<div class="ttc" id="aactor__types_8h_html"><div class="ttname"><a href="actor__types_8h.html">actor_types.h</a></div></div>
|
||||
<div class="ttc" id="apaddle__boat_2update_8inc_8c_html_ab0013f066707ccff446faf9e15593840"><div class="ttname"><a href="paddle__boat_2update_8inc_8c.html#ab0013f066707ccff446faf9e15593840">update_actor_paddle_boat</a></div><div class="ttdeci">void update_actor_paddle_boat(struct PaddleWheelBoat *boat)</div><div class="ttdoc">Updates the paddle boat actor. Actor used in DK's Jungle Parkway. Rotate only the paddle wheel,...</div><div class="ttdef"><b>Definition</b> update.inc.c:11</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html"><div class="ttname"><a href="structPaddleWheelBoat.html">PaddleWheelBoat</a></div><div class="ttdef"><b>Definition</b> actor_types.h:260</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a500f0d5169fa8601aaba11cf13514b28"><div class="ttname"><a href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28">PaddleWheelBoat::wheelRot</a></div><div class="ttdeci">s16 wheelRot</div><div class="ttdef"><b>Definition</b> actor_types.h:264</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html"><div class="ttname"><a href="structPaddleWheelBoat.html">PaddleWheelBoat</a></div><div class="ttdef"><b>Definition</b> actor_types.h:268</div></div>
|
||||
<div class="ttc" id="astructPaddleWheelBoat_html_a500f0d5169fa8601aaba11cf13514b28"><div class="ttname"><a href="structPaddleWheelBoat.html#a500f0d5169fa8601aaba11cf13514b28">PaddleWheelBoat::wheelRot</a></div><div class="ttdeci">s16 wheelRot</div><div class="ttdef"><b>Definition</b> actor_types.h:272</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
+1
-1
@@ -337,7 +337,7 @@ Here is the call graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000043">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000042">Todo</a></b></dt><dd>magic constant </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
|
||||
@@ -192,11 +192,11 @@ $(function(){initNavTree('palm__tree_2render_8inc_8c_source.html',''); initResiz
|
||||
<div class="ttc" id="astructCamera_html_a15388e5b99931adebdf818711a3724e0"><div class="ttname"><a href="structCamera.html#a15388e5b99931adebdf818711a3724e0">Camera::cameraId</a></div><div class="ttdeci">size_t cameraId</div><div class="ttdef"><b>Definition</b> camera.h:67</div></div>
|
||||
<div class="ttc" id="astructCamera_html_a7b3ff9e1366b31d516a32bbfb469cde4"><div class="ttname"><a href="structCamera.html#a7b3ff9e1366b31d516a32bbfb469cde4">Camera::fieldOfView</a></div><div class="ttdeci">f32 fieldOfView</div><div class="ttdef"><b>Definition</b> camera.h:43</div></div>
|
||||
<div class="ttc" id="astructCamera_html_aaa7eaab22236f016fd933666bd90c741"><div class="ttname"><a href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> camera.h:36</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html"><div class="ttname"><a href="structPalmTree.html">PalmTree</a></div><div class="ttdef"><b>Definition</b> actor_types.h:288</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a033cbccbbf4c3aa3d05a8fc23facb589"><div class="ttname"><a href="structPalmTree.html#a033cbccbbf4c3aa3d05a8fc23facb589">PalmTree::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:295</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a8b06b5727e27aac50742e6e946840476"><div class="ttname"><a href="structPalmTree.html#a8b06b5727e27aac50742e6e946840476">PalmTree::variant</a></div><div class="ttdeci">s16 variant</div><div class="ttdef"><b>Definition</b> actor_types.h:291</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a939bcfc384f24f1cafcf739c4fc2993c"><div class="ttname"><a href="structPalmTree.html#a939bcfc384f24f1cafcf739c4fc2993c">PalmTree::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:290</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_aab98b54e5e080dd6ee5a38abf70fb878"><div class="ttname"><a href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">PalmTree::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:297</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html"><div class="ttname"><a href="structPalmTree.html">PalmTree</a></div><div class="ttdef"><b>Definition</b> actor_types.h:296</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a033cbccbbf4c3aa3d05a8fc23facb589"><div class="ttname"><a href="structPalmTree.html#a033cbccbbf4c3aa3d05a8fc23facb589">PalmTree::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:303</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a8b06b5727e27aac50742e6e946840476"><div class="ttname"><a href="structPalmTree.html#a8b06b5727e27aac50742e6e946840476">PalmTree::variant</a></div><div class="ttdeci">s16 variant</div><div class="ttdef"><b>Definition</b> actor_types.h:299</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_a939bcfc384f24f1cafcf739c4fc2993c"><div class="ttname"><a href="structPalmTree.html#a939bcfc384f24f1cafcf739c4fc2993c">PalmTree::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:298</div></div>
|
||||
<div class="ttc" id="astructPalmTree_html_aab98b54e5e080dd6ee5a38abf70fb878"><div class="ttname"><a href="structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878">PalmTree::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:305</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
+1
-1
@@ -1767,7 +1767,7 @@ Here is the caller graph for this function:</div>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000039">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
|
||||
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000037">Todo</a></b></dt><dd>In libreultra this is in an include </dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -262,11 +262,11 @@ $(function(){initNavTree('piranha__plant_2render_8inc_8c_source.html',''); initR
|
||||
<div class="ttc" id="astructCamera_html_a0eac7222597bb35c86f8ab71bb2f9d2f"><div class="ttname"><a href="structCamera.html#a0eac7222597bb35c86f8ab71bb2f9d2f">Camera::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> camera.h:42</div></div>
|
||||
<div class="ttc" id="astructCamera_html_a7b3ff9e1366b31d516a32bbfb469cde4"><div class="ttname"><a href="structCamera.html#a7b3ff9e1366b31d516a32bbfb469cde4">Camera::fieldOfView</a></div><div class="ttdeci">f32 fieldOfView</div><div class="ttdef"><b>Definition</b> camera.h:43</div></div>
|
||||
<div class="ttc" id="astructCamera_html_aaa7eaab22236f016fd933666bd90c741"><div class="ttname"><a href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> camera.h:36</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html"><div class="ttname"><a href="structPiranhaPlant.html">PiranhaPlant</a></div><div class="ttdef"><b>Definition</b> actor_types.h:275</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a2b920e708ce2c7685c5fec09e7dda782"><div class="ttname"><a href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782">PiranhaPlant::visibilityStates</a></div><div class="ttdeci">Vec4s visibilityStates</div><div class="ttdef"><b>Definition</b> actor_types.h:278</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aad0102ae4844055bddecf89439f28ba0"><div class="ttname"><a href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0">PiranhaPlant::timers</a></div><div class="ttdeci">Vec4s timers</div><div class="ttdef"><b>Definition</b> actor_types.h:282</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aec862d0090299aa8f8aa11bef08e9219"><div class="ttname"><a href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219">PiranhaPlant::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:277</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_af186852c5086a31a6361caaa2ea8a5f1"><div class="ttname"><a href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:281</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html"><div class="ttname"><a href="structPiranhaPlant.html">PiranhaPlant</a></div><div class="ttdef"><b>Definition</b> actor_types.h:283</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a2b920e708ce2c7685c5fec09e7dda782"><div class="ttname"><a href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782">PiranhaPlant::visibilityStates</a></div><div class="ttdeci">Vec4s visibilityStates</div><div class="ttdef"><b>Definition</b> actor_types.h:286</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aad0102ae4844055bddecf89439f28ba0"><div class="ttname"><a href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0">PiranhaPlant::timers</a></div><div class="ttdeci">Vec4s timers</div><div class="ttdef"><b>Definition</b> actor_types.h:290</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aec862d0090299aa8f8aa11bef08e9219"><div class="ttname"><a href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219">PiranhaPlant::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:285</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_af186852c5086a31a6361caaa2ea8a5f1"><div class="ttname"><a href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:289</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -158,11 +158,11 @@ $(function(){initNavTree('piranha__plant_2update_8inc_8c_source.html',''); initR
|
||||
</div>
|
||||
<div class="ttc" id="aactors_8h_html"><div class="ttname"><a href="actors_8h.html">actors.h</a></div></div>
|
||||
<div class="ttc" id="apiranha__plant_2update_8inc_8c_html_a430eed14b9bbadcff26b1fa30f3058bf"><div class="ttname"><a href="piranha__plant_2update_8inc_8c.html#a430eed14b9bbadcff26b1fa30f3058bf">update_actor_piranha_plant</a></div><div class="ttdeci">void update_actor_piranha_plant(struct PiranhaPlant *arg0)</div><div class="ttdoc">Updates the piranha plant actor. Actor used in Mario Raceway and Royal Raceway.</div><div class="ttdef"><b>Definition</b> update.inc.c:9</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html"><div class="ttname"><a href="structPiranhaPlant.html">PiranhaPlant</a></div><div class="ttdef"><b>Definition</b> actor_types.h:275</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a2b920e708ce2c7685c5fec09e7dda782"><div class="ttname"><a href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782">PiranhaPlant::visibilityStates</a></div><div class="ttdeci">Vec4s visibilityStates</div><div class="ttdef"><b>Definition</b> actor_types.h:278</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aad0102ae4844055bddecf89439f28ba0"><div class="ttname"><a href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0">PiranhaPlant::timers</a></div><div class="ttdeci">Vec4s timers</div><div class="ttdef"><b>Definition</b> actor_types.h:282</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aec862d0090299aa8f8aa11bef08e9219"><div class="ttname"><a href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219">PiranhaPlant::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:277</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_af186852c5086a31a6361caaa2ea8a5f1"><div class="ttname"><a href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:281</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html"><div class="ttname"><a href="structPiranhaPlant.html">PiranhaPlant</a></div><div class="ttdef"><b>Definition</b> actor_types.h:283</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_a2b920e708ce2c7685c5fec09e7dda782"><div class="ttname"><a href="structPiranhaPlant.html#a2b920e708ce2c7685c5fec09e7dda782">PiranhaPlant::visibilityStates</a></div><div class="ttdeci">Vec4s visibilityStates</div><div class="ttdef"><b>Definition</b> actor_types.h:286</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aad0102ae4844055bddecf89439f28ba0"><div class="ttname"><a href="structPiranhaPlant.html#aad0102ae4844055bddecf89439f28ba0">PiranhaPlant::timers</a></div><div class="ttdeci">Vec4s timers</div><div class="ttdef"><b>Definition</b> actor_types.h:290</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_aec862d0090299aa8f8aa11bef08e9219"><div class="ttname"><a href="structPiranhaPlant.html#aec862d0090299aa8f8aa11bef08e9219">PiranhaPlant::flags</a></div><div class="ttdeci">s16 flags</div><div class="ttdef"><b>Definition</b> actor_types.h:285</div></div>
|
||||
<div class="ttc" id="astructPiranhaPlant_html_af186852c5086a31a6361caaa2ea8a5f1"><div class="ttname"><a href="structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1">PiranhaPlant::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:289</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -165,9 +165,9 @@ $(function(){initNavTree('railroad__crossing_2render_8inc_8c_source.html',''); i
|
||||
<div class="ttc" id="astructCamera_html_a7b3ff9e1366b31d516a32bbfb469cde4"><div class="ttname"><a href="structCamera.html#a7b3ff9e1366b31d516a32bbfb469cde4">Camera::fieldOfView</a></div><div class="ttdeci">f32 fieldOfView</div><div class="ttdef"><b>Definition</b> camera.h:43</div></div>
|
||||
<div class="ttc" id="astructCamera_html_aaa7eaab22236f016fd933666bd90c741"><div class="ttname"><a href="structCamera.html#aaa7eaab22236f016fd933666bd90c741">Camera::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> camera.h:36</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html"><div class="ttname"><a href="structRailroadCrossing.html">RailroadCrossing</a></div><div class="ttdef"><b>Definition</b> actor_types.h:164</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a7d68eb6240c16735728dcb23b8eaad78"><div class="ttname"><a href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78">RailroadCrossing::crossingTrigger</a></div><div class="ttdeci">void * crossingTrigger</div><div class="ttdef"><b>Definition</b> actor_types.h:169</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_abf434f92ec088485a5e5842f2878118e"><div class="ttname"><a href="structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e">RailroadCrossing::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:170</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_adb9d15641f3264973cacf57821f9eab9"><div class="ttname"><a href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:172</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a7d68eb6240c16735728dcb23b8eaad78"><div class="ttname"><a href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78">RailroadCrossing::crossingTrigger</a></div><div class="ttdeci">void * crossingTrigger</div><div class="ttdef"><b>Definition</b> actor_types.h:171</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_abf434f92ec088485a5e5842f2878118e"><div class="ttname"><a href="structRailroadCrossing.html#abf434f92ec088485a5e5842f2878118e">RailroadCrossing::rot</a></div><div class="ttdeci">Vec3s rot</div><div class="ttdef"><b>Definition</b> actor_types.h:178</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_adb9d15641f3264973cacf57821f9eab9"><div class="ttname"><a href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:180</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_ae8dffede0df7f0e6c6eef1e9c9a131d8"><div class="ttname"><a href="structRailroadCrossing.html#ae8dffede0df7f0e6c6eef1e9c9a131d8">RailroadCrossing::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:167</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
@@ -133,9 +133,9 @@ $(function(){initNavTree('railroad__crossing_2update_8inc_8c_source.html',''); i
|
||||
<div class="ttc" id="arailroad__crossing_2update_8inc_8c_html_a3a7c47d74c98d510346305b5c5ee3b9a"><div class="ttname"><a href="railroad__crossing_2update_8inc_8c.html#a3a7c47d74c98d510346305b5c5ee3b9a">update_actor_railroad_crossing</a></div><div class="ttdeci">void update_actor_railroad_crossing(struct RailroadCrossing *crossing)</div><div class="ttdoc">Updates the railroad crossing actor. Actor used in Kalimari Desert. Make the sound of the bell when t...</div><div class="ttdef"><b>Definition</b> update.inc.c:10</div></div>
|
||||
<div class="ttc" id="asounds_8h_html_a71288c0bb15b503d4570b441a05013f4"><div class="ttname"><a href="sounds_8h.html#a71288c0bb15b503d4570b441a05013f4">SOUND_ARG_LOAD</a></div><div class="ttdeci">#define SOUND_ARG_LOAD(sound_bank, byte2, byte3, sound_id)</div><div class="ttdef"><b>Definition</b> sounds.h:14</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html"><div class="ttname"><a href="structRailroadCrossing.html">RailroadCrossing</a></div><div class="ttdef"><b>Definition</b> actor_types.h:164</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a08df8cfa936281bcfa3e9c92bf413cf5"><div class="ttname"><a href="structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5">RailroadCrossing::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:173</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a7d68eb6240c16735728dcb23b8eaad78"><div class="ttname"><a href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78">RailroadCrossing::crossingTrigger</a></div><div class="ttdeci">void * crossingTrigger</div><div class="ttdef"><b>Definition</b> actor_types.h:169</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_adb9d15641f3264973cacf57821f9eab9"><div class="ttname"><a href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:172</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a08df8cfa936281bcfa3e9c92bf413cf5"><div class="ttname"><a href="structRailroadCrossing.html#a08df8cfa936281bcfa3e9c92bf413cf5">RailroadCrossing::velocity</a></div><div class="ttdeci">Vec3f velocity</div><div class="ttdef"><b>Definition</b> actor_types.h:181</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_a7d68eb6240c16735728dcb23b8eaad78"><div class="ttname"><a href="structRailroadCrossing.html#a7d68eb6240c16735728dcb23b8eaad78">RailroadCrossing::crossingTrigger</a></div><div class="ttdeci">void * crossingTrigger</div><div class="ttdef"><b>Definition</b> actor_types.h:171</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_adb9d15641f3264973cacf57821f9eab9"><div class="ttname"><a href="structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9">RailroadCrossing::pos</a></div><div class="ttdeci">Vec3f pos</div><div class="ttdef"><b>Definition</b> actor_types.h:180</div></div>
|
||||
<div class="ttc" id="astructRailroadCrossing_html_ae8dffede0df7f0e6c6eef1e9c9a131d8"><div class="ttname"><a href="structRailroadCrossing.html#ae8dffede0df7f0e6c6eef1e9c9a131d8">RailroadCrossing::someTimer</a></div><div class="ttdeci">s16 someTimer</div><div class="ttdef"><b>Definition</b> actor_types.h:167</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
+1
-1
@@ -2275,7 +2275,7 @@ var searchData=
|
||||
['mode_2272',['Mode',['../classAText.html#a9db636827baa709d65ee0b376ddef93e',1,'AText']]],
|
||||
['mode_2273',['mode',['../structPortamento.html#a2054af42de80730e8c81b0a12bfa87cd',1,'Portamento::mode'],['../structCamera.html#a987324a5181e9e4e8006d5c0e565339b',1,'Camera::mode'],['../structAText_1_1CharacterList.html#a923349ad72cca0dcb9d507aaff55fc06',1,'AText::CharacterList::mode'],['../structma__panner__config.html#ab1683dfbb4c6899bd4da6abfcea46682',1,'ma_panner_config::mode'],['../structma__panner.html#a5bc26a6f24b5cb776d55d41936a9de98',1,'ma_panner::mode']]],
|
||||
['model_2274',['Model',['../classAActor.html#a44ad3afad2605f1e8b6449b797b50369',1,'AActor::Model'],['../classTrackEditor_1_1GameObject.html#abc8d35c5d1b32e7df04e2c9d463dd6ae',1,'TrackEditor::GameObject::Model'],['../classOObject.html#a6e4242c0ead005d0a05b802ec17db9fa',1,'OObject::Model'],['../classStaticMeshActor.html#a87071cd190c13973d4fcfb40462f5f74',1,'StaticMeshActor::Model']]],
|
||||
['model_2275',['model',['../structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f',1,'Armature::model'],['../structActor.html#ac722b487dbdddd92acbc81e998952643',1,'Actor::model'],['../structTrainCar.html#ac6d40dcf8d9611d206ad371186839ef9',1,'TrainCar::model'],['../structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6',1,'RailroadCrossing::model'],['../structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219',1,'FallingRock::model'],['../structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd',1,'YoshiValleyEgg::model'],['../structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f',1,'KiwanoFruit::model'],['../structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052',1,'PaddleWheelBoat::model'],['../structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44',1,'PiranhaPlant::model'],['../structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c',1,'PalmTree::model'],['../structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1',1,'TripleShellParent::model'],['../structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078',1,'ShellActor::model'],['../structItemBox.html#aa61066eefb600fd439ffca1deb6beecc',1,'ItemBox::model'],['../structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87',1,'FakeItemBox::model'],['../structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c',1,'BananaBunchParent::model'],['../structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239',1,'BananaActor::model'],['../structObject.html#a6b14e6850347a9c3e4c05a3aa9b80480',1,'Object::model'],['../structItemWindowObjects.html#a41c741a21e8246c6ebde4fb7cf33c218',1,'ItemWindowObjects::model']]],
|
||||
['model_2275',['model',['../structArmature.html#ab91d968c3d3991ccd6d77488c89dec1f',1,'Armature::model'],['../structTrackSections.html#a51b2e9bf9b66a5ce5795e47b31177990',1,'TrackSections::model'],['../structActor.html#ac722b487dbdddd92acbc81e998952643',1,'Actor::model'],['../structTrainCar.html#ac6d40dcf8d9611d206ad371186839ef9',1,'TrainCar::model'],['../structRailroadCrossing.html#afc917a6db89b2c263cfbf6a512719ba6',1,'RailroadCrossing::model'],['../structFallingRock.html#ae2dfd7d3ef692dfa924b63e4980bd219',1,'FallingRock::model'],['../structYoshiValleyEgg.html#a401f74c6a09c1ee3fb2e7c3b4826fffd',1,'YoshiValleyEgg::model'],['../structKiwanoFruit.html#af729769e8645be38eacc0d73e46f442f',1,'KiwanoFruit::model'],['../structPaddleWheelBoat.html#aec9fa21a1ff1f51cce7065102f8f8052',1,'PaddleWheelBoat::model'],['../structPiranhaPlant.html#ad9575ca8feb0dd623f567ee2212e2e44',1,'PiranhaPlant::model'],['../structPalmTree.html#ab8dd8bc6495301f31df1f0da71bbfd1c',1,'PalmTree::model'],['../structTripleShellParent.html#acb2b0f491126304b96ed36d280f593b1',1,'TripleShellParent::model'],['../structShellActor.html#abb69af2d8de513a7f3ddadb94b2b6078',1,'ShellActor::model'],['../structItemBox.html#aa61066eefb600fd439ffca1deb6beecc',1,'ItemBox::model'],['../structFakeItemBox.html#a24d5f66ab329d7f302742e0dbc81ac87',1,'FakeItemBox::model'],['../structBananaBunchParent.html#ae8c91dc7d2c31c3f0b10b7cbc1952f5c',1,'BananaBunchParent::model'],['../structBananaActor.html#acc5baf6872a8d72ff9c2e2d01e230239',1,'BananaActor::model'],['../structObject.html#a6b14e6850347a9c3e4c05a3aa9b80480',1,'Object::model'],['../structItemWindowObjects.html#a41c741a21e8246c6ebde4fb7cf33c218',1,'ItemWindowObjects::model']]],
|
||||
['model_2ec_2276',['model.c',['../model_8c.html',1,'']]],
|
||||
['modernmenuheaderentry_2277',['ModernMenuHeaderEntry',['../namespaceShip.html#aba08caf4233c23c01fbfd2853ee9a6d1',1,'Ship']]],
|
||||
['modernmenusidebarentry_2278',['ModernMenuSidebarEntry',['../namespaceShip.html#a63dcf986e97fa1416fb6532800dbc391',1,'Ship']]],
|
||||
|
||||
+1
-1
@@ -381,7 +381,7 @@ var searchData=
|
||||
['outputchannels_378',['outputChannels',['../structma__decoder.html#a66e891518697e7226936c04cce589a8c',1,'ma_decoder']]],
|
||||
['outputformat_379',['outputFormat',['../structma__decoder.html#a99e75664cebea3a92fc07d2458fb4bbf',1,'ma_decoder']]],
|
||||
['outputsamplerate_380',['outputSampleRate',['../structma__decoder.html#a9d4f0e1242f5faf1fb1614c619fbd6f0',1,'ma_decoder']]],
|
||||
['overview_381',['Overview',['../trackoverview.html#custom-track-overview',1,'Custom Track Overview'],['../characteroverview.html',1,'Overview'],['../trackoverview.html',1,'Overview'],['../md_docs_2migrations.html#overview',1,'Overview'],['../track-properties.html#overview-1',1,'Overview'],['../export.html#quick-overview',1,'Quick Overview']]],
|
||||
['overview_381',['Overview',['../trackoverview.html#custom-track-overview',1,'Custom Track Overview'],['../characteroverview.html',1,'Overview'],['../trackoverview.html',1,'Overview'],['../track-properties.html#overview-1',1,'Overview'],['../md_docs_2migrations.html#overview',1,'Overview'],['../export.html#quick-overview',1,'Quick Overview']]],
|
||||
['ownsbuffer_382',['ownsBuffer',['../structma__rb.html#acab6e4d4c05b0b2238d72ad625316605',1,'ma_rb']]],
|
||||
['ownsdata_383',['ownsData',['../structma__audio__buffer.html#a8f792223090e7ed1e643c445145051b0',1,'ma_audio_buffer']]],
|
||||
['ownsdatasource_384',['ownsDataSource',['../structma__sound.html#a05237ac41a384a307b631231d68afa78',1,'ma_sound']]],
|
||||
|
||||
+2
-2
@@ -231,7 +231,7 @@ var searchData=
|
||||
['pixelcountpresets_228',['pixelCountPresets',['../namespaceGameUI.html#a3ec999dd45c253f4028a9799c2097bf3',1,'GameUI']]],
|
||||
['pjobs_229',['pJobs',['../structma__job__queue.html#aa451ed367f2b32c7290478552e6bed72',1,'ma_job_queue']]],
|
||||
['place_230',['PLACE',['../defines_8h.html#a553ccae20425334722a8255176db6b58',1,'defines.h']]],
|
||||
['plans_231',['plans',['../characteroverview.html#future-plans',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-2',1,'Future plans'],['../md_docs_2custom-audio.html#future-plans-1',1,'Future plans'],['../md_docs_2textures-pack.html#future-plans-3',1,'Future plans']]],
|
||||
['plans_231',['plans',['../characteroverview.html#future-plans',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-1',1,'Future plans'],['../md_docs_2custom-audio.html#future-plans-2',1,'Future plans'],['../md_docs_2textures-pack.html#future-plans-3',1,'Future plans']]],
|
||||
['platform_232',['platform',['../classpfd_1_1internal_1_1platform.html',1,'pfd::internal']]],
|
||||
['play_5fcpu_5fsound_5feffect_233',['play_cpu_sound_effect',['../code__80005FD0_8c.html#adb9b8cd30f2be4e125706fa55ea2272d',1,'play_cpu_sound_effect(s32 arg0, Player *player): code_80005FD0.c'],['../code__80005FD0_8h.html#a7fd9348353fad2f9e3c09149b4ac6848',1,'play_cpu_sound_effect(s32, Player *): code_80005FD0.c']]],
|
||||
['play_5fcutscene_234',['play_cutscene',['../ceremony__and__credits_8c.html#a4a6457529772eb72fe5e0fd85793e4ca',1,'play_cutscene(CinematicCamera *camera): ceremony_and_credits.c'],['../ceremony__and__credits_8h.html#a5b5ed72310520791870bbf9bd3fe930e',1,'play_cutscene(CinematicCamera *): ceremony_and_credits.c']]],
|
||||
@@ -393,7 +393,7 @@ var searchData=
|
||||
['portmenu_2ecpp_390',['PortMenu.cpp',['../PortMenu_8cpp.html',1,'']]],
|
||||
['portmenu_2eh_391',['PortMenu.h',['../PortMenu_8h.html',1,'']]],
|
||||
['pos_392',['Pos',['../classAActor.html#acd3ec7397ca7136e2b5b5cdec6365847',1,'AActor::Pos'],['../structTourCamera_1_1KeyFrame.html#af99999f4f8e3f06709ea36ae6bd6e878',1,'TourCamera::KeyFrame::Pos'],['../structTourCamera_1_1CameraShot.html#a5125fff3b886ec1d98869b8a0dea972d',1,'TourCamera::CameraShot::Pos'],['../classTrackEditor_1_1GameObject.html#a24ba0e24ac6d1344a71b72d8aa4e3413',1,'TrackEditor::GameObject::Pos'],['../classTrackEditor_1_1Gizmo.html#a1b7ba1816980edd0ad64bdc2e7ce260d',1,'TrackEditor::Gizmo::Pos'],['../classOBombKart.html#a13263cb0e3b68d69629f4e429fa8f026',1,'OBombKart::Pos'],['../classOGrandPrixBalloons.html#aa30cae18c3bbefd191396c6d6c67e7c3',1,'OGrandPrixBalloons::Pos'],['../classOHotAirBalloon.html#a2d1ff17764ff93db74eccec3261951c3',1,'OHotAirBalloon::Pos'],['../structOMoleGroup_1_1MoleEntry.html#a3890bf5c124dbab6e4e25ede43f58129',1,'OMoleGroup::MoleEntry::Pos'],['../classOSnowman.html#a9c9b5bc9ee6d3f176c41d3e071c0881f',1,'OSnowman::Pos'],['../classStaticMeshActor.html#a10ca4ba669f6638e811a87b44996a27c',1,'StaticMeshActor::Pos'],['../structMinimapProps.html#a068aaf6c703b5e97b6cd38f8aa4f8521',1,'MinimapProps::Pos']]],
|
||||
['pos_393',['pos',['../structArmature.html#a52d17f5254f03133e2da1be5505823f5',1,'Armature::pos'],['../structUnk__800E9F7C.html#aff5da45aa2a91d4e2c8a88237fd81984',1,'Unk_800E9F7C::pos'],['../structCamera.html#aaa7eaab22236f016fd933666bd90c741',1,'Camera::pos'],['../structCinematicCamera.html#aa3920ce6fd4e2dc167d8f1c5627ddf46',1,'CinematicCamera::pos'],['../structCeremonyActor.html#a27dc934acc4ee0a396c40200ffcd44e2',1,'CeremonyActor::pos'],['../structFirework.html#a49968012ca474326e0b35502bc94f407',1,'Firework::pos'],['../classPlayerBombKart.html#aa5fd50a138061ae43d32dde449de6de5',1,'PlayerBombKart::pos'],['../structfreecamSaveState.html#ac526af9b375adbba446cb8f1abf8c401',1,'freecamSaveState::pos'],['../structActorSpawnData.html#accbc5f2097f1317afa9519a2e4d5833c',1,'ActorSpawnData::pos'],['../structUnkActorSpawnData.html#a0504e28886dacafd17078992a6ec9239',1,'UnkActorSpawnData::pos'],['../structActor.html#afa1455dbf1a4698584ed8c501439692f',1,'Actor::pos'],['../structTrainCar.html#a5d7d62393c4c7839040a5af400d02a51',1,'TrainCar::pos'],['../structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9',1,'RailroadCrossing::pos'],['../structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199',1,'FallingRock::pos'],['../structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2',1,'YoshiValleyEgg::pos'],['../structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478',1,'KiwanoFruit::pos'],['../structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da',1,'PaddleWheelBoat::pos'],['../structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1',1,'PiranhaPlant::pos'],['../structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878',1,'PalmTree::pos'],['../structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8',1,'ShellActor::pos'],['../structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413',1,'ItemBox::pos'],['../structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63',1,'FakeItemBox::pos'],['../structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee',1,'BananaActor::pos'],['../structUnkPlayerStruct258.html#a1aacadca5629efb42cbdf9293fcbf459',1,'UnkPlayerStruct258::pos'],['../structKartTyre.html#a87a8d7e31bc6f0aaabf42d697097aea3',1,'KartTyre::pos'],['../structPlayer.html#aff7447121b2e0bd051e58a276fce7b36',1,'Player::pos'],['../structObject.html#a156caa94c94abaf104f52d3d928c47dc',1,'Object::pos'],['../structItemWindowObjects.html#ac73898b6c483d6ac48bbd0d039cb7566',1,'ItemWindowObjects::pos'],['../structYVFlagPoleSpawn.html#a5b8d47e9bc2fabb268253a700c249527',1,'YVFlagPoleSpawn::pos'],['../structSnowmanSpawn.html#af7232660ed73569f632b7b299c320cc0',1,'SnowmanSpawn::pos'],['../structHegdehogSpawn.html#a7722b6074c53f514bcacd6a7ea798175',1,'HegdehogSpawn::pos'],['../structSplineControlPoint.html#a20b1849e16690c9f8a86155920a7a09b',1,'SplineControlPoint::pos']]],
|
||||
['pos_393',['pos',['../structArmature.html#a1e4107398086eb92a3bf9facc46c7d02',1,'Armature::pos'],['../structUnk__800E9F7C.html#aff5da45aa2a91d4e2c8a88237fd81984',1,'Unk_800E9F7C::pos'],['../structCamera.html#aaa7eaab22236f016fd933666bd90c741',1,'Camera::pos'],['../structCinematicCamera.html#aa3920ce6fd4e2dc167d8f1c5627ddf46',1,'CinematicCamera::pos'],['../structCeremonyActor.html#a27dc934acc4ee0a396c40200ffcd44e2',1,'CeremonyActor::pos'],['../structFirework.html#a49968012ca474326e0b35502bc94f407',1,'Firework::pos'],['../classPlayerBombKart.html#aa5fd50a138061ae43d32dde449de6de5',1,'PlayerBombKart::pos'],['../structfreecamSaveState.html#ac526af9b375adbba446cb8f1abf8c401',1,'freecamSaveState::pos'],['../structActorSpawnData.html#accbc5f2097f1317afa9519a2e4d5833c',1,'ActorSpawnData::pos'],['../structUnkActorSpawnData.html#a0504e28886dacafd17078992a6ec9239',1,'UnkActorSpawnData::pos'],['../structActor.html#afa1455dbf1a4698584ed8c501439692f',1,'Actor::pos'],['../structTrainCar.html#a5d7d62393c4c7839040a5af400d02a51',1,'TrainCar::pos'],['../structRailroadCrossing.html#adb9d15641f3264973cacf57821f9eab9',1,'RailroadCrossing::pos'],['../structFallingRock.html#a9132acc2c2159d25dd0d752e4fa5f199',1,'FallingRock::pos'],['../structYoshiValleyEgg.html#a7486545052cc5b59e18bb1b39dad2be2',1,'YoshiValleyEgg::pos'],['../structKiwanoFruit.html#ac3f39d0c46c091b04cb44a6dbc51a478',1,'KiwanoFruit::pos'],['../structPaddleWheelBoat.html#a04c8b0f00d8fa9d26e2190baacca43da',1,'PaddleWheelBoat::pos'],['../structPiranhaPlant.html#af186852c5086a31a6361caaa2ea8a5f1',1,'PiranhaPlant::pos'],['../structPalmTree.html#aab98b54e5e080dd6ee5a38abf70fb878',1,'PalmTree::pos'],['../structShellActor.html#acd41b01d05450b6a241a81907bb4fbb8',1,'ShellActor::pos'],['../structItemBox.html#a7a0945c90ee7304aa05729d0b59a4413',1,'ItemBox::pos'],['../structFakeItemBox.html#ae6a281aea1539ac409a2165be5686c63',1,'FakeItemBox::pos'],['../structBananaActor.html#a83d149d5f5dd3bdea515cb6d0ad6a0ee',1,'BananaActor::pos'],['../structUnkPlayerStruct258.html#a1aacadca5629efb42cbdf9293fcbf459',1,'UnkPlayerStruct258::pos'],['../structKartTyre.html#a87a8d7e31bc6f0aaabf42d697097aea3',1,'KartTyre::pos'],['../structPlayer.html#aff7447121b2e0bd051e58a276fce7b36',1,'Player::pos'],['../structObject.html#a156caa94c94abaf104f52d3d928c47dc',1,'Object::pos'],['../structItemWindowObjects.html#ac73898b6c483d6ac48bbd0d039cb7566',1,'ItemWindowObjects::pos'],['../structYVFlagPoleSpawn.html#a5b8d47e9bc2fabb268253a700c249527',1,'YVFlagPoleSpawn::pos'],['../structSnowmanSpawn.html#af7232660ed73569f632b7b299c320cc0',1,'SnowmanSpawn::pos'],['../structHegdehogSpawn.html#a7722b6074c53f514bcacd6a7ea798175',1,'HegdehogSpawn::pos'],['../structSplineControlPoint.html#a20b1849e16690c9f8a86155920a7a09b',1,'SplineControlPoint::pos']]],
|
||||
['position_394',['Position',['../classTrainCrossing.html#aeaa4e6f111788ec9c6c0d411b2ddfc6a',1,'TrainCrossing::Position'],['../classABoat.html#a35f072194d0838ae1927e42eaf16859c',1,'ABoat::Position'],['../classABus.html#a8a59bbe1cde63435e20b6bfeed793bd7',1,'ABus::Position'],['../classACar.html#acfea44f8d96f8860a8a89175b4cfd6bd',1,'ACar::Position'],['../classATankerTruck.html#a54c67a7d41e7d9ba7a928c86ee81f4ab',1,'ATankerTruck::Position'],['../classATruck.html#a20f3084790c6b4a40bac0d0d28a82690',1,'ATruck::Position']]],
|
||||
['position_395',['position',['../structSound.html#a58b1b08b974347c7837d8ab8d67355b3',1,'Sound::position'],['../structma__spatializer__listener.html#a3a861f71ba9a5802d2ce362224aa2f4f',1,'ma_spatializer_listener::position'],['../structma__spatializer.html#a1fe304cd67056e70084cfb788957771e',1,'ma_spatializer::position'],['../structTrainCarStuff.html#a059bbe8ef8b16f393c09ca3e71ac8ee9',1,'TrainCarStuff::position'],['../structPaddleBoatStuff.html#adddf69d49f7ccf94ded7b9859f6835e5',1,'PaddleBoatStuff::position'],['../structVehicleStuff.html#a503a23964a7da3b7d421aa428899092d',1,'VehicleStuff::position']]],
|
||||
['positioning_396',['positioning',['../structma__spatializer__config.html#ae5474bd3781ddb09f531a1986d7f3fcd',1,'ma_spatializer_config::positioning'],['../structma__spatializer.html#ac32ad32ed076e8268799cda4c594aa0d',1,'ma_spatializer::positioning']]],
|
||||
|
||||
+2
-2
@@ -132,7 +132,7 @@ var searchData=
|
||||
['sectionfunc_129',['SectionFunc',['../namespaceUIWidgets.html#ae6baa537b60cf1d33e03e5e0c440c962',1,'UIWidgets']]],
|
||||
['sectionid_130',['sectionId',['../structTrackSections.html#a53d5aca8370d2850514a4507044dcbd3',1,'TrackSections']]],
|
||||
['sectionname_131',['sectionName',['../structWidgetPath.html#ab953da1f493fd3c8841a1f852772c58c',1,'WidgetPath']]],
|
||||
['see_20also_132',['See Also',['../md_docs_2mods-toml.html#see-also-1',1,'See Also'],['../md_docs_2migrations.html#see-also',1,'See Also']]],
|
||||
['see_20also_132',['See Also',['../md_docs_2mods-toml.html#see-also',1,'See Also'],['../md_docs_2migrations.html#see-also-1',1,'See Also']]],
|
||||
['see_20how_20courses_20are_20adapted_20in_20the_20future_20including_20references_20too_133',['Specifically Used to help find music and to see how courses are adapted in the future including references too.',['../md_docs_2track__returns.html#specifically-used-to-help-find-music-and-to-see-how-courses-are-adapted-in-the-future-including-references-too',1,'']]],
|
||||
['seed_134',['seed',['../structma__noise__config.html#ac0ef7cd156ee4eb07587823e2f1b8384',1,'ma_noise_config']]],
|
||||
['seekdatastream_135',['seekDataStream',['../structma__job.html#a170fa6cddb463cc92e741fe02e9122b9',1,'ma_job']]],
|
||||
@@ -650,7 +650,7 @@ var searchData=
|
||||
['siscontroller1unplugged_647',['sIsController1Unplugged',['../code__800029B0_8c.html#a432e0d50767ea0e8ac6ce5eb757ce1a8',1,'sIsController1Unplugged: code_800029B0.c'],['../code__800029B0_8h.html#a432e0d50767ea0e8ac6ce5eb757ce1a8',1,'sIsController1Unplugged: code_800029B0.c']]],
|
||||
['sisvhandle_648',['sISVHandle',['../is__debug_8c.html#aa8ec8205c2672286e33cd0869eb8b1e9',1,'is_debug.c']]],
|
||||
['size_649',['Size',['../structMK64_1_1MinimapTexture.html#a9b45a7da6a609e08e4be838560412f66',1,'MK64::MinimapTexture::Size'],['../classDataRegistry.html#a962bfbd5eaa28d38c5ac0f54d719abb1',1,'DataRegistry::Size()'],['../classRegistry.html#a08c2609a94bc0ecff13421f0cde09117',1,'Registry::Size()'],['../structUIWidgets_1_1ButtonOptions.html#a13696251aa297ab0e7e7490ef8d77bbf',1,'UIWidgets::ButtonOptions::Size()']]],
|
||||
['size_650',['size',['../structArmature.html#ad7c035a33adf8d6e40a8cff8da6d81ce',1,'Armature::size'],['../structSoundAllocPool.html#a56a22e94e79711b13cd9fa6b4207655d',1,'SoundAllocPool::size'],['../structSeqOrBankEntry.html#a277046429254499bb6ff951c81714d93',1,'SeqOrBankEntry::size'],['../structUnkEntry.html#ac01ecfade45b7ab4ee4fac993b16125a',1,'UnkEntry::size'],['../structprintf__struct.html#a4201ea0c3a45f4ce304ea3c5aad7267a',1,'printf_struct::size'],['../structUIWidgets_1_1ButtonOptions.html#a6ba8ceaf2c082e29650fbdcf060deaa0',1,'UIWidgets::ButtonOptions::size'],['../structMenuTexture.html#a1275a8be6587e58de635ce7a38aa8057',1,'MenuTexture::size'],['../structPlayer.html#a175c2d633d3f6e57491f221327e2b3d2',1,'Player::size']]],
|
||||
['size_650',['size',['../structArmature.html#a39f416b644620d7283618153b864fa52',1,'Armature::size'],['../structSoundAllocPool.html#a56a22e94e79711b13cd9fa6b4207655d',1,'SoundAllocPool::size'],['../structSeqOrBankEntry.html#a277046429254499bb6ff951c81714d93',1,'SeqOrBankEntry::size'],['../structUnkEntry.html#ac01ecfade45b7ab4ee4fac993b16125a',1,'UnkEntry::size'],['../structprintf__struct.html#a4201ea0c3a45f4ce304ea3c5aad7267a',1,'printf_struct::size'],['../structUIWidgets_1_1ButtonOptions.html#a6ba8ceaf2c082e29650fbdcf060deaa0',1,'UIWidgets::ButtonOptions::size'],['../structMenuTexture.html#a1275a8be6587e58de635ce7a38aa8057',1,'MenuTexture::size'],['../structPlayer.html#a175c2d633d3f6e57491f221327e2b3d2',1,'Player::size']]],
|
||||
['sizeinbytes_651',['sizeInBytes',['../structma__file__info.html#a0f6cd01d056e2542ac4c1501511b7b93',1,'ma_file_info::sizeInBytes'],['../structma__resource__manager__data__supply.html#a5eeb456aaaf131a03d0a74fe293d1077',1,'ma_resource_manager_data_supply::sizeInBytes'],['../structma__stack.html#a2a59a12342bc79f0b0f0d2e7a881503d',1,'ma_stack::sizeInBytes']]],
|
||||
['sizeinframes_652',['sizeInFrames',['../structma__audio__buffer__ref.html#a0132ead8db906e254a035148d795359a',1,'ma_audio_buffer_ref::sizeInFrames'],['../structma__audio__buffer__config.html#ace86689d2c6365c5cc13af823ead7fc7',1,'ma_audio_buffer_config::sizeInFrames'],['../structma__paged__audio__buffer__page.html#a828098ca696046bd57d72f6d1f9c57c3',1,'ma_paged_audio_buffer_page::sizeInFrames']]],
|
||||
['sizescaling_653',['sizeScaling',['../structFakeItemBox.html#a746708f466ee6c64434cae235b79f39d',1,'FakeItemBox::sizeScaling'],['../structObject.html#a2cf9fa458c82c869bfa9dd8f883975de',1,'Object::sizeScaling'],['../structItemWindowObjects.html#a2373aac0815d9493b392fa561baa56da',1,'ItemWindowObjects::sizeScaling']]],
|
||||
|
||||
+2
-2
@@ -414,7 +414,7 @@ var searchData=
|
||||
['trophy_2ecpp_411',['Trophy.cpp',['../Trophy_8cpp.html',1,'']]],
|
||||
['trophy_2eh_412',['Trophy.h',['../Trophy_8h.html',1,'']]],
|
||||
['trophytype_413',['TrophyType',['../classOTrophy.html#a43bb5d1394bcac120ff52ec88f765891',1,'OTrophy']]],
|
||||
['troubleshooting_414',['Troubleshooting',['../troubleshooting.html',1,'Troubleshooting'],['../md_docs_2migrations.html#troubleshooting',1,'Troubleshooting'],['../troubleshooting.html#troubleshooting-1',1,'Troubleshooting']]],
|
||||
['troubleshooting_414',['Troubleshooting',['../troubleshooting.html',1,'Troubleshooting'],['../troubleshooting.html#troubleshooting-1',1,'Troubleshooting'],['../md_docs_2migrations.html#troubleshooting',1,'Troubleshooting']]],
|
||||
['troubleshooting_2emd_415',['troubleshooting.md',['../troubleshooting_8md.html',1,'']]],
|
||||
['truck_2ecpp_416',['Truck.cpp',['../Truck_8cpp.html',1,'']]],
|
||||
['truck_2eh_417',['Truck.h',['../Truck_8h.html',1,'']]],
|
||||
@@ -432,7 +432,7 @@ var searchData=
|
||||
['two_5fplayers_5fselected_429',['TWO_PLAYERS_SELECTED',['../defines_8h.html#a98748f4c5112d0a0081d909822d4c8ab',1,'defines.h']]],
|
||||
['txsize_430',['txsize',['../struct____OSContReadFormat.html#af06ce0b401b9c2131a495e2e54b902b6',1,'__OSContReadFormat::txsize'],['../struct____OSContRequesFormat.html#a179c3e961ff87692e8b3b6641d47d9ca',1,'__OSContRequesFormat::txsize'],['../struct____OSContRequesFormatShort.html#a6586ad6af46f45e5fcbc548f3489ea6f',1,'__OSContRequesFormatShort::txsize'],['../struct____OSContRamReadFormat.html#a71c84de36ae26fefc760e344f32a92d3',1,'__OSContRamReadFormat::txsize'],['../struct____OSContEepromFormat.html#a6c20d4c43990d546297fd18614789e37',1,'__OSContEepromFormat::txsize']]],
|
||||
['type_431',['Type',['../paths.html#path-type',1,'Path Type'],['../classAActor.html#ac8b32907b5a9f6242485cf6f41ade0e4',1,'AActor::Type'],['../classTourCamera.html#a93494f8caf3d20a4720c0dc5fa117010',1,'TourCamera::Type'],['../classOBombKart.html#a9687c7611b1910146abd0c292a66cae8',1,'OBombKart::Type'],['../classOPenguin.html#a34f15c2df04033706b550f9a0cf00b7f',1,'OPenguin::Type'],['../structSpawnParams.html#abdf9227da865826e42b38641984b1e7e',1,'SpawnParams::Type'],['../classABoat.html#afc66ec3c19d1ee4bd0e908ed0cc38379',1,'ABoat::Type'],['../classABus.html#aeb323951e664f71374b356a5c490ba18',1,'ABus::Type'],['../classACar.html#a5228c5229fd025a0bae4c8ee45950f5b',1,'ACar::Type'],['../classATankerTruck.html#ae9c72c0903ea86cbd22c464d93f2a9ad',1,'ATankerTruck::Type'],['../classATruck.html#ab24f7f3c32ddbca530f9631d63b74b1e',1,'ATruck::Type']]],
|
||||
['type_432',['type',['../classpfd_1_1internal_1_1file__dialog.html#a758847a3fab54bb12a67abbf9ea683fc',1,'pfd::internal::file_dialog::type'],['../structArmature.html#a5b6ea597aa6fdf68191c9d977f88e960',1,'Armature::type'],['../structActorInitParams.html#ae91c98d7141b436d77f3188e7efdedc7',1,'ActorInitParams::type'],['../structCeremonyActor.html#aadd1be8141690d86b30f9cd86bfa183b',1,'CeremonyActor::type'],['../structFirework.html#a6a1b9cc37e2072117c75e70b4d24fb5d',1,'Firework::type'],['../structMenuItem.html#a373ff30850cb50eff978e08b477ffd43',1,'MenuItem::type'],['../structALWaveTable__s.html#aebc02789aef2309a8a3d1dce0975b043',1,'ALWaveTable_s::type'],['../structCPUBehaviour.html#a68d51baca875e69cd39d7df4010ab5e1',1,'CPUBehaviour::type'],['../structSF64_1_1EnvSettingsData.html#a0d69807eb970cf62815990ae7071061a',1,'SF64::EnvSettingsData::type'],['../structWidgetInfo.html#a987c9785a0a57b97e5a48fb9bea0c453',1,'WidgetInfo::type'],['../structMenuTexture.html#a57c6e5d29a03b64d1170905ac43e4c73',1,'MenuTexture::type'],['../structActor.html#a1a515077e28877484ea593456e07b0d6',1,'Actor::type'],['../structTrainCar.html#a95936ae04d95261842f542e6f25fe293',1,'TrainCar::type'],['../structRailroadCrossing.html#a2d3d0c41ebef172d7a36217adba08f60',1,'RailroadCrossing::type'],['../structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9',1,'FallingRock::type'],['../structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8',1,'YoshiValleyEgg::type'],['../structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06',1,'KiwanoFruit::type'],['../structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756',1,'PaddleWheelBoat::type'],['../structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178',1,'PiranhaPlant::type'],['../structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b',1,'PalmTree::type'],['../structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6',1,'TripleShellParent::type'],['../structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b',1,'ShellActor::type'],['../structItemBox.html#a759e68102fd37f6cac8bc11822bc9664',1,'ItemBox::type'],['../structFakeItemBox.html#adcadd689481f522875279387ed5d0660',1,'FakeItemBox::type'],['../structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033',1,'BananaBunchParent::type'],['../structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d',1,'BananaActor::type'],['../structma__device__notification.html#a4d860bbfffc66d93e8c114c9b8892c4c',1,'ma_device_notification::type'],['../structma__device.html#a73d3816e28943e5a625293261dde0545',1,'ma_device::type'],['../structma__waveform__config.html#a76642448840a7b4dcae2c8283987e4cc',1,'ma_waveform_config::type'],['../structma__noise__config.html#a52002597e6803f9a73fcdfa86fc99223',1,'ma_noise_config::type'],['../structma__engine__node__config.html#a2a5dc282c1858ef911a3790af02908b5',1,'ma_engine_node_config::type'],['../structCPUBehaviour.html#a2b6e60afea1b51e6ba89ee0c5f630e1a',1,'CPUBehaviour::type'],['../structUnkPlayerStruct258.html#ad35b159940a80025f15f3f8d303da054',1,'UnkPlayerStruct258::type'],['../structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f',1,'Player::type'],['../structObject.html#a47ddacb683acaa0866dee6cff3a05869',1,'Object::type']]],
|
||||
['type_432',['type',['../classpfd_1_1internal_1_1file__dialog.html#a758847a3fab54bb12a67abbf9ea683fc',1,'pfd::internal::file_dialog::type'],['../structArmature.html#ac106591a5118c5a8fa8dcc7b03a8f51d',1,'Armature::type'],['../structActorInitParams.html#ae91c98d7141b436d77f3188e7efdedc7',1,'ActorInitParams::type'],['../structCeremonyActor.html#aadd1be8141690d86b30f9cd86bfa183b',1,'CeremonyActor::type'],['../structFirework.html#a6a1b9cc37e2072117c75e70b4d24fb5d',1,'Firework::type'],['../structMenuItem.html#a373ff30850cb50eff978e08b477ffd43',1,'MenuItem::type'],['../structALWaveTable__s.html#aebc02789aef2309a8a3d1dce0975b043',1,'ALWaveTable_s::type'],['../structCPUBehaviour.html#a68d51baca875e69cd39d7df4010ab5e1',1,'CPUBehaviour::type'],['../structSF64_1_1EnvSettingsData.html#a0d69807eb970cf62815990ae7071061a',1,'SF64::EnvSettingsData::type'],['../structWidgetInfo.html#a987c9785a0a57b97e5a48fb9bea0c453',1,'WidgetInfo::type'],['../structMenuTexture.html#a57c6e5d29a03b64d1170905ac43e4c73',1,'MenuTexture::type'],['../structActor.html#a1a515077e28877484ea593456e07b0d6',1,'Actor::type'],['../structTrainCar.html#a95936ae04d95261842f542e6f25fe293',1,'TrainCar::type'],['../structRailroadCrossing.html#a2d3d0c41ebef172d7a36217adba08f60',1,'RailroadCrossing::type'],['../structFallingRock.html#ad5d8e6c753785be4c17e80f1778813f9',1,'FallingRock::type'],['../structYoshiValleyEgg.html#a4c5b57a229178a92a9d4f9396deb52d8',1,'YoshiValleyEgg::type'],['../structKiwanoFruit.html#a75579b57acf1c579a4d1c76630e63d06',1,'KiwanoFruit::type'],['../structPaddleWheelBoat.html#ad0d6d44e3080845246da23854683a756',1,'PaddleWheelBoat::type'],['../structPiranhaPlant.html#a62fcae398f68d69ce22ffb421b1a6178',1,'PiranhaPlant::type'],['../structPalmTree.html#a1e77cf569eede02407cdde66a34fe85b',1,'PalmTree::type'],['../structTripleShellParent.html#a4fcf64256c3c06258809ee9a0871f6b6',1,'TripleShellParent::type'],['../structShellActor.html#a6eb62ab515773b295e7d8c4f6c10ae1b',1,'ShellActor::type'],['../structItemBox.html#a759e68102fd37f6cac8bc11822bc9664',1,'ItemBox::type'],['../structFakeItemBox.html#adcadd689481f522875279387ed5d0660',1,'FakeItemBox::type'],['../structBananaBunchParent.html#afb695515f0750a61ead8bda3c38cd033',1,'BananaBunchParent::type'],['../structBananaActor.html#a81f389d1c3c8687bee8fdcb205690a4d',1,'BananaActor::type'],['../structma__device__notification.html#a4d860bbfffc66d93e8c114c9b8892c4c',1,'ma_device_notification::type'],['../structma__device.html#a73d3816e28943e5a625293261dde0545',1,'ma_device::type'],['../structma__waveform__config.html#a76642448840a7b4dcae2c8283987e4cc',1,'ma_waveform_config::type'],['../structma__noise__config.html#a52002597e6803f9a73fcdfa86fc99223',1,'ma_noise_config::type'],['../structma__engine__node__config.html#a2a5dc282c1858ef911a3790af02908b5',1,'ma_engine_node_config::type'],['../structCPUBehaviour.html#a2b6e60afea1b51e6ba89ee0c5f630e1a',1,'CPUBehaviour::type'],['../structUnkPlayerStruct258.html#ad35b159940a80025f15f3f8d303da054',1,'UnkPlayerStruct258::type'],['../structPlayer.html#a71c4ebed7633cd2330dec792fcf24f1f',1,'Player::type'],['../structObject.html#a47ddacb683acaa0866dee6cff3a05869',1,'Object::type']]],
|
||||
['typeh_433',['typeh',['../struct____OSContRequesFormat.html#a80d4fe189a7cfba5039db54eb62474ed',1,'__OSContRequesFormat::typeh'],['../struct____OSContRequesFormatShort.html#a41dadecdf276106af319132f83676e4b',1,'__OSContRequesFormatShort::typeh']]],
|
||||
['typel_434',['typel',['../struct____OSContRequesFormat.html#af4b94504c17988bc257ae9c47db6493d',1,'__OSContRequesFormat::typel'],['../struct____OSContRequesFormatShort.html#a11335316967e1abb320c2c5afb9e1c0d',1,'__OSContRequesFormatShort::typel']]],
|
||||
['types_435',['Types',['../quick.html#collision-surface-extra-types',1,'Collision Surface Extra Types'],['../md_docs_2modding.html#mod-types',1,'Mod Types'],['../surfacetypes.html',1,'Surface Types']]],
|
||||
|
||||
+1
-1
@@ -131,7 +131,7 @@ var searchData=
|
||||
['unk_5f078_128',['unk_078',['../structPlayer.html#a419ea126a859eaff91b8b8c2a2d08ba4',1,'Player::unk_078'],['../structObject.html#a0b6101b49499b672f48d66c2ec5bb2a5',1,'Object::unk_078'],['../structItemWindowObjects.html#ae6f7009b96aa2024ce9ecfc5f0e6861e',1,'ItemWindowObjects::unk_078']]],
|
||||
['unk_5f07c_129',['unk_07C',['../structPlayer.html#a398277c78880e1e08e858fbad5bf6054',1,'Player::unk_07C'],['../structItemWindowObjects.html#a4d5b47abd00896c6c31d8611a3fec5ea',1,'ItemWindowObjects::unk_07C']]],
|
||||
['unk_5f08_130',['Unk_08',['../classAActor.html#a14f601f41ca89e19738d92da446d0b6b',1,'AActor::Unk_08'],['../classATree.html#a54cc20180050d4636cb3002c6ce6a9c9',1,'ATree::Unk_08']]],
|
||||
['unk_5f08_131',['unk_08',['../structstruct__D__801930D0__inner.html#a28aad86428a550b07d25363a03123251',1,'struct_D_801930D0_inner::unk_08'],['../structISVDbg.html#aa7e2b1fff1a5e9a25ae9e76691f95028',1,'ISVDbg::unk_08'],['../structActor.html#adcfb3392dc0eb67986f52f2c51fc2b5d',1,'Actor::unk_08'],['../structTrainCar.html#a56993587fa0526769f92973539dfaf43',1,'TrainCar::unk_08'],['../structFallingRock.html#a373091fb2a25dcdb1a895dba44078564',1,'FallingRock::unk_08'],['../structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268',1,'PaddleWheelBoat::unk_08'],['../structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844',1,'PalmTree::unk_08'],['../structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1',1,'BananaBunchParent::unk_08']]],
|
||||
['unk_5f08_131',['unk_08',['../structstruct__D__801930D0__inner.html#a28aad86428a550b07d25363a03123251',1,'struct_D_801930D0_inner::unk_08'],['../structISVDbg.html#aa7e2b1fff1a5e9a25ae9e76691f95028',1,'ISVDbg::unk_08'],['../structActor.html#adcfb3392dc0eb67986f52f2c51fc2b5d',1,'Actor::unk_08'],['../structTrainCar.html#a56993587fa0526769f92973539dfaf43',1,'TrainCar::unk_08'],['../structRailroadCrossing.html#ab9db8067085f28f314a19c64b7cad921',1,'RailroadCrossing::unk_08'],['../structFallingRock.html#a373091fb2a25dcdb1a895dba44078564',1,'FallingRock::unk_08'],['../structPaddleWheelBoat.html#acae546f754e8b0f66afe45c6f28e3268',1,'PaddleWheelBoat::unk_08'],['../structPalmTree.html#a333d6df0703b3cb4b86945f6f9d92844',1,'PalmTree::unk_08'],['../structBananaBunchParent.html#a523049b0bb754bb1474e316a939734e1',1,'BananaBunchParent::unk_08']]],
|
||||
['unk_5f080_132',['unk_080',['../structItemWindowObjects.html#a749086f6f7770cd7e580a8defec2d500',1,'ItemWindowObjects']]],
|
||||
['unk_5f084_133',['unk_084',['../structPlayer.html#aa7c506245f8f286f6d8f34eec2e3ece9',1,'Player::unk_084'],['../structObject.html#a78cf83b9d61d6ba296a407b0ba446e15',1,'Object::unk_084'],['../structItemWindowObjects.html#ad2dc592b5ef7792927b7311d27399d8c',1,'ItemWindowObjects::unk_084']]],
|
||||
['unk_5f088_134',['unk_088',['../structPlayer.html#acb0924695d46ceebb0e5d90b23216c96',1,'Player']]],
|
||||
|
||||
+2
-2
@@ -326,7 +326,7 @@ var searchData=
|
||||
['alseqdata_323',['ALSeqData',['../structALSeqData.html',1,'']]],
|
||||
['alseqfile_324',['ALSeqFile',['../structALSeqFile.html',1,'']]],
|
||||
['alseqfilenew_325',['alSeqFileNew',['../alBnkfNew_8c.html#ab275be6c7d58d2836dbd28d7c119e1d6',1,'alSeqFileNew(ALSeqFile *f, u8 *base): alBnkfNew.c'],['../libaudio_8h.html#ab275be6c7d58d2836dbd28d7c119e1d6',1,'alSeqFileNew(ALSeqFile *f, u8 *base): alBnkfNew.c']]],
|
||||
['also_326',['Also',['../md_docs_2mods-toml.html#see-also-1',1,'See Also'],['../md_docs_2migrations.html#see-also',1,'See Also']]],
|
||||
['also_326',['Also',['../md_docs_2mods-toml.html#see-also',1,'See Also'],['../md_docs_2migrations.html#see-also-1',1,'See Also']]],
|
||||
['also_5finclude_5fgroup_5f0_5f1_327',['ALSO_INCLUDE_GROUP_0_1',['../kart__dma_8c.html#aa6d64f476546ae0f229e6b02987f14d5',1,'kart_dma.c']]],
|
||||
['also_5finclude_5fgroup_5f2_328',['ALSO_INCLUDE_GROUP_2',['../kart__dma_8c.html#ab94265b8f89aea5bd4cf0794a6688b2a',1,'kart_dma.c']]],
|
||||
['also_5finclude_5fgroup_5f3_5f4_5f5_329',['ALSO_INCLUDE_GROUP_3_4_5',['../kart__dma_8c.html#aa0d5cdbe8c1802efe2cbd770f452e1de',1,'kart_dma.c']]],
|
||||
@@ -339,7 +339,7 @@ var searchData=
|
||||
['alwavetable_336',['ALWaveTable',['../libaudio__internal_8h.html#ac16ea6431170571ec31088911394605a',1,'libaudio_internal.h']]],
|
||||
['alwavetable_5fs_337',['ALWaveTable_s',['../structALWaveTable__s.html',1,'']]],
|
||||
['always_5fset_5fto_5fsomething_5fbut_5fnever_5fused_338',['always_set_to_something_but_never_used',['../structAnimation.html#af85d7839b1a8ea8eaac068a8c82cd955',1,'Animation']]],
|
||||
['always_5fzero_5fnever_5fused_339',['always_zero_never_used',['../structArmature.html#a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1',1,'Armature::always_zero_never_used'],['../structAnimation.html#af94fdd03186279b9531f67158159b722',1,'Animation::always_zero_never_used']]],
|
||||
['always_5fzero_5fnever_5fused_339',['always_zero_never_used',['../structArmature.html#a48718d73f9195e2f1f0c27cc552bc135',1,'Armature::always_zero_never_used'],['../structAnimation.html#af94fdd03186279b9531f67158159b722',1,'Animation::always_zero_never_used']]],
|
||||
['amariosign_340',['AMarioSign',['../classAMarioSign.html',1,'AMarioSign'],['../classAMarioSign.html#a3a685e9efe29f34cd2e3e0f5d85752f9',1,'AMarioSign::AMarioSign()']]],
|
||||
['ambb_341',['ambB',['../structSF64_1_1EnvSettingsData.html#aca438eb46427cfba112f84c43367eaee',1,'SF64::EnvSettingsData']]],
|
||||
['ambg_342',['ambG',['../structSF64_1_1EnvSettingsData.html#ac0e6522c78a3dc7303387d526d999538',1,'SF64::EnvSettingsData']]],
|
||||
|
||||
+1
-1
@@ -202,7 +202,7 @@ var searchData=
|
||||
['bounding_5fbox_199',['BOUNDING_BOX',['../classTrackEditor_1_1GameObject.html#afb4234940a6f12576196401c5ffb9972afb2ea1ec7b3bc42e65a0c3969dfe74f2',1,'TrackEditor::GameObject']]],
|
||||
['bounding_5fsphere_200',['BOUNDING_SPHERE',['../classTrackEditor_1_1GameObject.html#afb4234940a6f12576196401c5ffb9972a3dff0e3fa411cc9a30f7377d0b56f85e',1,'TrackEditor::GameObject']]],
|
||||
['boundingboxsize_201',['BoundingBoxSize',['../classAActor.html#ae21ae71bb87411d5db04d471a8864c2d',1,'AActor::BoundingBoxSize'],['../classATree.html#aec792a7318044254293e1c6e82535eeb',1,'ATree::BoundingBoxSize'],['../classTrackEditor_1_1GameObject.html#a4aa4517c35b8a974f29988d661e62af8',1,'TrackEditor::GameObject::BoundingBoxSize'],['../classOThwomp.html#aec6d7ee2dc1e858dab86406d0195204b',1,'OThwomp::BoundingBoxSize'],['../structSpawnParams.html#a9581ddcb5575adb41de15f4d4917e9f6',1,'SpawnParams::BoundingBoxSize']]],
|
||||
['boundingboxsize_202',['boundingBoxSize',['../structActor.html#afa5dea9480abaa994c912de779986ef9',1,'Actor::boundingBoxSize'],['../structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6',1,'FallingRock::boundingBoxSize'],['../structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9',1,'YoshiValleyEgg::boundingBoxSize'],['../structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36',1,'KiwanoFruit::boundingBoxSize'],['../structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99',1,'PiranhaPlant::boundingBoxSize'],['../structPalmTree.html#ace572a25b85eac080632ea918c504a5e',1,'PalmTree::boundingBoxSize'],['../structShellActor.html#a610da60b5b38774fba6b6bb3076fd007',1,'ShellActor::boundingBoxSize'],['../structItemBox.html#a6b37d97242511db5433fe8cface653a4',1,'ItemBox::boundingBoxSize'],['../structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1',1,'FakeItemBox::boundingBoxSize'],['../structBananaActor.html#a2c7136a31124c699629cd3d88562869b',1,'BananaActor::boundingBoxSize'],['../structPlayer.html#a681f0fac4abe58cf5919dd4c6ac503d0',1,'Player::boundingBoxSize'],['../structObject.html#adb151c072a08584e75362bbabf6e6c1d',1,'Object::boundingBoxSize']]],
|
||||
['boundingboxsize_202',['boundingBoxSize',['../structActor.html#afa5dea9480abaa994c912de779986ef9',1,'Actor::boundingBoxSize'],['../structRailroadCrossing.html#abbe5b15da70c7c9cc2c357f6bff833e3',1,'RailroadCrossing::boundingBoxSize'],['../structFallingRock.html#a9d637a307a47bb3f4ac97acf65669fc6',1,'FallingRock::boundingBoxSize'],['../structYoshiValleyEgg.html#ae635c1dc57de8906f0fa04d720564ff9',1,'YoshiValleyEgg::boundingBoxSize'],['../structKiwanoFruit.html#a188f60f643194dc691ea02d9a4ca5e36',1,'KiwanoFruit::boundingBoxSize'],['../structPiranhaPlant.html#af22abddb59fcb36737df3688f7e0bf99',1,'PiranhaPlant::boundingBoxSize'],['../structPalmTree.html#ace572a25b85eac080632ea918c504a5e',1,'PalmTree::boundingBoxSize'],['../structShellActor.html#a610da60b5b38774fba6b6bb3076fd007',1,'ShellActor::boundingBoxSize'],['../structItemBox.html#a6b37d97242511db5433fe8cface653a4',1,'ItemBox::boundingBoxSize'],['../structFakeItemBox.html#a616ed6fc7508f5dd63992646880f1fd1',1,'FakeItemBox::boundingBoxSize'],['../structBananaActor.html#a2c7136a31124c699629cd3d88562869b',1,'BananaActor::boundingBoxSize'],['../structPlayer.html#a681f0fac4abe58cf5919dd4c6ac503d0',1,'Player::boundingBoxSize'],['../structObject.html#adb151c072a08584e75362bbabf6e6c1d',1,'Object::boundingBoxSize']]],
|
||||
['bowser_203',['BOWSER',['../defines_8h.html#a25bbf0d263c780d3379040bf765369e2',1,'defines.h']]],
|
||||
['bowser_5fkart_2eh_204',['bowser_kart.h',['../bowser__kart_8h.html',1,'']]],
|
||||
['bowser_5fkart_5fwheels_205',['bowser_kart_wheels',['../bowser__kart_8h.html#a7c8f90fc6c80c0ff6ce32285079952e1',1,'bowser_kart.h']]],
|
||||
|
||||
+1
-1
@@ -2088,7 +2088,7 @@ var searchData=
|
||||
['func_5funnamed8_2085',['func_unnamed8',['../effects_8c.html#ad8f7d27adb8877a47658ec4474db7f1f',1,'func_unnamed8(void): effects.c'],['../effects_8h.html#a2394277f48ef51cbe4dd87b526f82406',1,'func_unnamed8(void): effects.c']]],
|
||||
['func_5funnamed9_2086',['func_unnamed9',['../effects_8c.html#acb2ee8c76fb39d941370a9d14b0ab554',1,'func_unnamed9(void): effects.c'],['../effects_8h.html#a7c83e2daa08d326bebecbd60d5220f08',1,'func_unnamed9(void): effects.c']]],
|
||||
['future_20including_20references_20too_2087',['Specifically Used to help find music and to see how courses are adapted in the future including references too.',['../md_docs_2track__returns.html#specifically-used-to-help-find-music-and-to-see-how-courses-are-adapted-in-the-future-including-references-too',1,'']]],
|
||||
['future_20plans_2088',['Future plans',['../characteroverview.html#future-plans',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-2',1,'Future plans'],['../md_docs_2custom-audio.html#future-plans-1',1,'Future plans'],['../md_docs_2textures-pack.html#future-plans-3',1,'Future plans']]],
|
||||
['future_20plans_2088',['Future plans',['../characteroverview.html#future-plans',1,'Future plans'],['../md_docs_2custom-characters.html#future-plans-1',1,'Future plans'],['../md_docs_2custom-audio.html#future-plans-2',1,'Future plans'],['../md_docs_2textures-pack.html#future-plans-3',1,'Future plans']]],
|
||||
['fvec2_2089',['FVec2',['../structSpawnParams.html#af15253498aacf7cd0beeb0f5f99fbe60',1,'SpawnParams']]],
|
||||
['fvector_2090',['FVector',['../structFVector.html',1,'']]],
|
||||
['fvector2d_2091',['FVector2D',['../structFVector2D.html',1,'']]],
|
||||
|
||||
@@ -56,7 +56,7 @@ var searchData=
|
||||
['alsa_53',['alsa',['../unionma__device__id.html#ab09c8d7c0f137078a00098c681dab559',1,'ma_device_id::alsa'],['../structma__device__config.html#afbc67a663ba7f4848ad5b4dcf16088ea',1,'ma_device_config::alsa'],['../structma__context__config.html#a31419ce7648146342e9ec1d3c58dd6ad',1,'ma_context_config::alsa']]],
|
||||
['alsolapcount_54',['alsoLapCount',['../structhud__player.html#a3bf6c6d74d60d7cf19c5aa483a8edde5',1,'hud_player']]],
|
||||
['always_5fset_5fto_5fsomething_5fbut_5fnever_5fused_55',['always_set_to_something_but_never_used',['../structAnimation.html#af85d7839b1a8ea8eaac068a8c82cd955',1,'Animation']]],
|
||||
['always_5fzero_5fnever_5fused_56',['always_zero_never_used',['../structArmature.html#a1f7bbd5d2d6eb7d572b3c0f2fe2dc5c1',1,'Armature::always_zero_never_used'],['../structAnimation.html#af94fdd03186279b9531f67158159b722',1,'Animation::always_zero_never_used']]],
|
||||
['always_5fzero_5fnever_5fused_56',['always_zero_never_used',['../structArmature.html#a48718d73f9195e2f1f0c27cc552bc135',1,'Armature::always_zero_never_used'],['../structAnimation.html#af94fdd03186279b9531f67158159b722',1,'Animation::always_zero_never_used']]],
|
||||
['ambb_57',['ambB',['../structSF64_1_1EnvSettingsData.html#aca438eb46427cfba112f84c43367eaee',1,'SF64::EnvSettingsData']]],
|
||||
['ambg_58',['ambG',['../structSF64_1_1EnvSettingsData.html#ac0e6522c78a3dc7303387d526d999538',1,'SF64::EnvSettingsData']]],
|
||||
['ambr_59',['ambR',['../structSF64_1_1EnvSettingsData.html#afa10b2c899da91a45af1a77705f595ac',1,'SF64::EnvSettingsData']]],
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user