Difference between revisions of "User talk:Ez0n3"
Jump to navigation
Jump to search
no edit summary
imported>Ez0n3 |
imported>Ez0n3 |
||
Line 1: | Line 1: | ||
== | ==Aloha== | ||
Greetings, | |||
I think I'm finally getting the hang of this. If I'm making any mistakes, put me in my place. | |||
==Questions== | |||
1) In the function template, do you put "ref" under "Type" regardless of whether it's a Form/Base or an actual Reference? | |||
<nowiki>|arguments = | |||
{{FunctionArgument | |||
|Name = ActorRefID | |||
|Type = ref | |||
}} | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = ActorFormID/ActorBaseID | |||
|Type = ref? form? base? | |||
}}</nowiki> | |||
2) Is there a consensus on what should be used for the "referenceType"? Object/ObjectID/ObjectRefID, Actor/ActorRef/ActorRefID? What should I put if it can be either? | |||
3) When a value is optional, and I put the "|Optional = y" param, there doesn't seem to be any indication other than viewing the source that it's optional. Some entries not using the function template have the word (optional) after a value. When I set it up to use the template, I have been doing: | |||
<nowiki>|arguments = | |||
{{FunctionArgument | |||
|Name = Count | |||
|Type = int | |||
|Value = 1 (optional) | |||
}}</nowiki> | |||
That doesn't seem right, is that, or is there, a "proper" way? | |||
4) Is this the proper place to ask questions? :P | |||
Thanks | |||