imported>Epsilion mNo edit summary |
m Clean up template a little bit so it looks correct with the wiki theming, add example. |
||
Line 1: | Line 1: | ||
{| class="wikitable | <onlyinclude><includeonly>{| class="wikitable mw-collapsible" | ||
|+ Triggers | |||
|- | |- | ||
! Name | |||
! Arguments | |||
! Description | |||
{{#if:{{{1|}}}| | {{#if:{{{1|}}}| | ||
{{!}}- | {{!}}- | ||
Line 236: | Line 236: | ||
}} | }} | ||
|- | |- | ||
|} | |}</includeonly></onlyinclude> | ||
== Examples == | |||
From [[Component:RandomObjectSpawner|RandomObjectSpawner]] | |||
{{Table ComponentTriggers | |||
|Spawn()|''None''| Spawns a slot randomly selected from <code>Templates</code>, located at the origin of this component's parent slot. | |||
|SpawnAtPoint()|'''[[Types:Float3|Float3]]'''| Spawns a slot randomly selected from <code>Templates</code>, located at the position specified in the <code>Float3</code> argument | |||
}} |
Latest revision as of 21:13, 3 March 2024
Examples
From RandomObjectSpawner
Name | Arguments | Description |
---|---|---|
Spawn()
|
None | Spawns a slot randomly selected from Templates , located at the origin of this component's parent slot.
|
SpawnAtPoint()
|
Float3 | Spawns a slot randomly selected from Templates , located at the position specified in the Float3 argument
|