mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
1 line
4.1 KiB
HTML
1 line
4.1 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/component/breed - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="datum/component/breed.html#var">Var Details</a></header><main><h1>breed <aside>/<a href="datum.html">datum</a>/<a href="datum/component.html">component</a>/<a href="datum/component/breed.html">breed</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/breeding.dm#L4"><img src="git.png" width="16" height="16" title="code/datums/components/breeding.dm 4"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/component/breed.html#var/baby_paths">baby_paths</a></th><td>weighted list of the possible baby types</td></tr><tr><th><a href="datum/component/breed.html#var/breed_key">breed_key</a></th><td>AI key we set when we're ready to breed</td></tr><tr><th><a href="datum/component/breed.html#var/breed_timer">breed_timer</a></th><td>time to wait after breeding</td></tr><tr><th><a href="datum/component/breed.html#var/can_breed_with">can_breed_with</a></th><td>additional mobs we can breed with</td></tr><tr><th><a href="datum/component/breed.html#var/post_birth">post_birth</a></th><td>callback after we give birth to the child</td></tr><tr><th><a href="datum/component/breed.html#var/ready_to_breed">ready_to_breed</a></th><td>are we ready to breed?</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/baby_paths"><aside class="declaration">var </aside>baby_paths <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/breeding.dm#L8"><img src="git.png" width="16" height="16" title="code/datums/components/breeding.dm 8"></a></h3><p>weighted list of the possible baby types</p><h3 id="var/breed_key"><aside class="declaration">var </aside>breed_key <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/breeding.dm#L12"><img src="git.png" width="16" height="16" title="code/datums/components/breeding.dm 12"></a></h3><p>AI key we set when we're ready to breed</p><h3 id="var/breed_timer"><aside class="declaration">var </aside>breed_timer <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/breeding.dm#L10"><img src="git.png" width="16" height="16" title="code/datums/components/breeding.dm 10"></a></h3><p>time to wait after breeding</p><h3 id="var/can_breed_with"><aside class="declaration">var </aside>can_breed_with <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/breeding.dm#L6"><img src="git.png" width="16" height="16" title="code/datums/components/breeding.dm 6"></a></h3><p>additional mobs we can breed with</p><h3 id="var/post_birth"><aside class="declaration">var </aside>post_birth <aside>– /<a href="datum.html">datum</a>/callback</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/breeding.dm#L16"><img src="git.png" width="16" height="16" title="code/datums/components/breeding.dm 16"></a></h3><p>callback after we give birth to the child</p><h3 id="var/ready_to_breed"><aside class="declaration">var </aside>ready_to_breed <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/breeding.dm#L14"><img src="git.png" width="16" height="16" title="code/datums/components/breeding.dm 14"></a></h3><p>are we ready to breed?</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |