Difference between revisions of "User talk:Ez0n3"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Ez0n3
imported>Ez0n3
Line 1: Line 1:
== Tutorials ==
==Aloha==
[http://www.youtube.com/view_play_list?p=6CA8C36158924E10 New Worldspace, The Easy Way]
Greetings,


==Wiki Tricks==
I think I'm finally getting the hang of this. If I'm making any mistakes, put me in my place.


Local Link: [[AddItem]]
==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>


'''Bold'''
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?


*Bullets
4) Is this the proper place to ask questions? :P
**Rifle
***Remingtion
**Shotgun
***Benelli


 
Thanks
:Colon formatted
:text string
 
 
<nowiki>No Wiki Formatting</nowiki>

Revision as of 10:56, 14 January 2011

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?

|arguments = 
  {{FunctionArgument
   |Name = ActorRefID
   |Type = ref
  }}
  
 |arguments = 
  {{FunctionArgument
   |Name = ActorFormID/ActorBaseID
   |Type = ref? form? base?
  }}

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:

|arguments = 
  {{FunctionArgument
   |Name = Count
   |Type = int
   |Value = 1 (optional)
  }}

That doesn't seem right, is that, or is there, a "proper" way?

4) Is this the proper place to ask questions? :P

Thanks