User:Arocide

From the CreationKit Wiki
Revision as of 05:24, 30 April 2015 by imported>Arocide (Random Ideas!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hey, welcome to my corner of CK wiki... just put up random thoughts and ideas here.

Papyrus Object Pages

Am I the only one who finds them difficult to read at a glance? all the syntactical information is wasted on me I don't get why such specialised information is not only on a function / events page (I know alot don't exist yet but still) why couldn't the Script Object lists be easier to read say something like this? (Took syntax from ColorForm Script)

SKSE Member Functions

GetColor Gets the Alpha-Red-Green-Blue (ARGB) color code of the color form.
SetColor Sets the Color Form's color to the specified ARGB code.
GetRed Gets the red component value of this color form. (0 to 255)
GetGreen Gets the green component value of this color form. (0 to 255)
GetBlue Gets the blue component value of this color form. (0 to 255)
GetHue Gets the hue value of this color form.
GetSaturation Gets the saturation of this color form.
GetValue Gets the value (Brightness) of this color form.