Difference between revisions of "Template:Function"
Jump to navigation
Jump to search
no edit summary
imported>DragoonWraith |
imported>DragoonWraith |
||
Line 29: | Line 29: | ||
<pre>{{Function | <pre>{{Function | ||
|origin = | |origin = OBSE | ||
|summary = | |summary = Sets the constant effect barter factor of the magic effect. | ||
|name = | |name = SetMagicEffectBarterFactor | ||
|alias = | |alias = SetMEBarterFactor | ||
|altName = SetMagicEffectBarterFactorC | |||
|altAlias = SetMEBarterFactorC | |||
|returnVal = nothing | |returnVal = nothing | ||
|returnType = void | |returnType = void | ||
|arguments = | |arguments = | ||
{{FunctionArgument | {{FunctionArgument | ||
|Name = | |Name = newBarterFactor | ||
|Type = | |Type = float | ||
}}{{FunctionArgument | }}{{FunctionArgument | ||
|Name = | |Name = effect | ||
|Type = | |Type = chars | ||
}} | }} | ||
|example = | |altArgs = | ||
{{FunctionArgument | |||
|Name = newBarterFactor | |||
|Type = float | |||
}}{{FunctionArgument | |||
|Name = effectCode | |||
|Type = long | |||
}} | |||
|example = SetMagicEffectBarterFactor 5 FIDG | |||
SetMEBarterFactorC 1.5 1397247044 ; code for SHLD | |||
}}</pre> | }}</pre> | ||
Line 52: | Line 60: | ||
{{Function | {{Function | ||
|origin = | |origin = OBSE | ||
|summary = | |summary = Sets the constant effect barter factor of the magic effect. | ||
|name = | |name = SetMagicEffectBarterFactor | ||
|alias = | |alias = SetMEBarterFactor | ||
|altName = SetMagicEffectBarterFactorC | |||
|altAlias = SetMEBarterFactorC | |||
|returnVal = nothing | |returnVal = nothing | ||
|returnType = void | |returnType = void | ||
|arguments = | |arguments = | ||
{{FunctionArgument | {{FunctionArgument | ||
|Name = | |Name = newBarterFactor | ||
|Type = | |Type = float | ||
}}{{FunctionArgument | |||
|Name = effect | |||
|Type = chars | |||
}} | |||
|altArgs = | |||
{{FunctionArgument | |||
|Name = newBarterFactor | |||
|Type = float | |||
}}{{FunctionArgument | }}{{FunctionArgument | ||
|Name = | |Name = effectCode | ||
|Type = | |Type = long | ||
}} | }} | ||
|example = | |example = SetMagicEffectBarterFactor 5 FIDG | ||
SetMEBarterFactorC 1.5 1397247044 ; code for SHLD | |||
}} | }} | ||