User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:59, 5 August 2022 (diff | hist) . . (+58) . . m RefreshTerminalMenu (add to ui and terminal functions page) (current)
- 03:45, 22 January 2022 (diff | hist) . . (+549) . . UpdateTubeMesh
- 03:40, 22 January 2022 (diff | hist) . . (0) . . N UpdateTubeMesh (Created blank page)
- 03:38, 22 January 2022 (diff | hist) . . (+464) . . N Ar RangeMath (Created page with "{{Function |origin = Anh |summary = Returns the difference of the largest and smallest *numeric* value of an array |name = Ar_RangeMath |returnType = float |arguments =...") (current)
- 03:31, 22 January 2022 (diff | hist) . . (+580) . . N GenerateBezierPoint (Created page with "{{Function |origin = Anh |summary = Returns a point on a Bezier curve created by 3 points |name = GenerateBezierPoint |returnType = vector3:array |arguments = {{Funct...") (current)
- 03:27, 22 January 2022 (diff | hist) . . (+554) . . N V3MultByScalar (Created page with "{{Function |origin = Anh |summary = Returns the product of a Vector3 with a scalar. |name = V3MultByScalar |returnType = vector3:array |arguments = {{FunctionArgument...") (current)
- 03:21, 22 January 2022 (diff | hist) . . (+588) . . N Sv Capitalize (Created page with "{{Function |origin = Anh |summary = Capitalizes the first character of a string. |name = Sv_Capitalize |returnType = string |arguments = {{FunctionArgument |Name =...") (current)
- 09:12, 20 January 2022 (diff | hist) . . (+557) . . N V3Mult (Created page with "{{Function |origin = Anh |summary = Returns the product of 2 Vector3s (Hadamard product) |name = V3Mult |returnType = vector3:array |arguments = {{FunctionArgument...") (current)
- 09:05, 20 January 2022 (diff | hist) . . (+423) . . N Ar Max (Created page with "{{Function |origin = Anh |summary = Returns the largest *numeric* value of an array. |name = Ar_Max |returnType = float |arguments = {{FunctionArgument |Name = ar...") (current)
- 08:49, 20 January 2022 (diff | hist) . . (+421) . . N Ar Min (Created page with "{{Function |origin = Anh |summary = Returns the smallest *numeric* value of an array. |name = Ar_Min |returnType = float |arguments = {{FunctionArgument |Name = ar...") (current)
- 03:22, 15 January 2022 (diff | hist) . . (+2) . . SetZoneOwner (current)
- 03:21, 15 January 2022 (diff | hist) . . (+2) . . GetZoneMinLevel (current)
- 03:21, 15 January 2022 (diff | hist) . . (+13) . . GetZoneMatchLevel (current)
- 03:19, 15 January 2022 (diff | hist) . . (+2) . . GetZoneLevel (current)
- 03:18, 15 January 2022 (diff | hist) . . (+2) . . m SetZoneMinLevel (current)
- 03:10, 12 January 2022 (diff | hist) . . (0) . . m SetGameMainLoopCallback
- 03:11, 19 December 2021 (diff | hist) . . (+23) . . ScancodeToChar (current)
- 06:41, 28 November 2021 (diff | hist) . . (+771) . . N Sv PadEnd (Created page with "{{Function |origin = Anh |summary = Pads the current string with another string (multiple times, if needed) until the resulting string reaches the given length. The padding...")
- 06:39, 28 November 2021 (diff | hist) . . (+779) . . N Sv PadStart (Created page with "{{Function |origin = Anh |summary = Pads the current string with another string (multiple times, if needed) until the resulting string reaches the given length. The padding...")
- 06:33, 28 November 2021 (diff | hist) . . (+624) . . N SetArmorArmorRatingAlt (Created page with "{{Function |origin = Anh |summary = Sets the Damage Resistance (Armor Rating) of the specified armor BaseForm.<br> If called on an armor reference, will modify that...")
- 06:32, 28 November 2021 (diff | hist) . . (+693) . . N GetArmorArmorRatingAlt (Created page with "{{Function |origin = Anh |summary = Returns the Armor Rating (Damage Resistance/DR) of the specified Armor. If ''item'' is specified, will get the Armor Rating directly...") (current)
- 06:29, 28 November 2021 (diff | hist) . . (+618) . . N V3Dotproduct (Created page with "{{Function |origin = Anh |summary = Calculates the dot product of two vector3s. |name = V3Dotproduct |returnType = Vector3:array |referenceType = |arguments = {{Functio...")
- 06:27, 28 November 2021 (diff | hist) . . (+799) . . N QInterpolateAlt (Created page with "{{Function |origin = Anh |summary = Interpolates between two given quaternions. Two methods are available: the default is normalized linear interpolation, and optionally sph...")
- 06:23, 28 November 2021 (diff | hist) . . (+536) . . N QFromAxisAngleAlt (Created page with "{{Function |origin = Anh |summary = Converts rotation axis and angle to quaternion. |name = QFromAxisAngleAlt |returnType = Quat:array |referenceType = |arguments = {{F...")
- 06:20, 28 November 2021 (diff | hist) . . (+493) . . N QNormalizeAlt (Created page with "{{Function |origin = Anh |summary = Calculates a normalized quaternion. |name = QNormalizeAlt |returnType = Quat:array |referenceType = |arguments = {{FunctionArgument...")
- 06:17, 28 November 2021 (diff | hist) . . (+603) . . N QMultQuatVector3Alt (Created page with "{{Function |origin = Anh |summary = Multiplies a vector3 with a quaternion. |name = QMultQuatVector3Alt |returnType = Quat:array |referenceType = |arguments = {{Functio...")
- 06:14, 28 November 2021 (diff | hist) . . (+33) . . V3NormalizeAlt
- 06:13, 28 November 2021 (diff | hist) . . (+603) . . N QMultQuatQuatAlt (Created page with "{{Function |origin = Anh |summary = Multiplies two quaternions (Grossmann product). |name = QMultQuatQuatAlt |returnType = Quat:array |referenceType = |arguments = {{Fu...")
- 05:05, 28 November 2021 (diff | hist) . . (-1) . . V3CrossproductAlt
- 05:05, 28 November 2021 (diff | hist) . . (+590) . . N V3CrossproductAlt (Created page with "{{Function |origin = NVSE |summary = Calculates the crossproduct of two vector3s. |name = V3CrossproductAlt |returnType = array |referenceType = |arguments = {{Function...")
- 05:01, 28 November 2021 (diff | hist) . . (+465) . . N V3NormalizeAlt (new page)
- 07:21, 14 October 2021 (diff | hist) . . (+247) . . N RadToDeg (Created page with "{{Function |origin = Anh |summary = Returns the angle (rad) in degrees |name = RadToDeg |returnType = float |arguments = {{FunctionArgument |Name = Angle |Type =...") (current)
- 07:20, 14 October 2021 (diff | hist) . . (+247) . . N DegToRad (Created page with "{{Function |origin = Anh |summary = Returns the angle (deg) in radians |name = DegToRad |returnType = float |arguments = {{FunctionArgument |Name = Angle |Type =...")
- 07:18, 14 October 2021 (diff | hist) . . (+572) . . N GetQuestCompletedAlt (Created page with "{{Function |origin = Anh |summary = Returns 1 if the quest has been completed successfully (completed & not failed). |name = GetQuestCompletedAlt |returnType = int |retur...")
- 07:16, 14 October 2021 (diff | hist) . . (+2) . . GetAngleQuadrant (current)
- 07:16, 14 October 2021 (diff | hist) . . (+338) . . N GetAngleQuadrant (Created page with "{{Function |origin = Anh |summary = Returns an angle's (in radians) quadrant |name = GetAngleQuadrant |returnType = int |arguments = {{FunctionArgument |Name = Angl...")
- 07:12, 14 October 2021 (diff | hist) . . (+540) . . N SetWeaponRumbleWavelength (Created page with "{{Function |origin = Anh |summary = Sets the rumble wavelength for the Weapon BaseForm. If ''weapon'' is omitted and a calling reference is provided, that refere...") (current)
- 07:12, 14 October 2021 (diff | hist) . . (+548) . . N SetWeaponRumbleLeftMotor (Created page with "{{Function |origin = Anh |summary = Sets the rumble left motor's strength for the Weapon BaseForm. If ''weapon'' is omitted and a calling reference is provided,...") (current)
- 07:11, 14 October 2021 (diff | hist) . . (+552) . . N SetWeaponRumbleRightMotor (Created page with "{{Function |origin = Anh |summary = Sets the rumble right motor's strength for the Weapon BaseForm. If ''weapon'' is omitted and a calling reference is provided,...") (current)
- 07:10, 14 October 2021 (diff | hist) . . (+532) . . N SetWeaponRumbleDuration (Created page with "{{Function |origin = Anh |summary = Sets the rumble duration for the Weapon BaseForm. If ''weapon'' is omitted and a calling reference is provided, that referenc...")
- 07:09, 14 October 2021 (diff | hist) . . (+539) . . N SetWeaponFireDelayMax (Created page with "{{Function |origin = Anh |summary = Sets the semi-auto max fire delay for the Weapon BaseForm. If ''weapon'' is omitted and a calling reference is provided, that...")
- 07:08, 14 October 2021 (diff | hist) . . (+539) . . N SetWeaponFireDelayMin (Created page with "{{Function |origin = Anh |summary = Sets the semi-auto min fire delay for the Weapon BaseForm. If ''weapon'' is omitted and a calling reference is provided, that...")
- 07:06, 14 October 2021 (diff | hist) . . (+579) . . N SetWeaponAnimShotsPerSec (Created page with "{{Function |origin = Anh |summary = Sets the animation shots per second for the Weapon BaseForm. If ''weapon'' is omitted and a calling reference is provided, th...")
- 07:01, 14 October 2021 (diff | hist) . . (0) . . SetWeaponAnimReloadTime
- 07:00, 14 October 2021 (diff | hist) . . (+571) . . N SetWeaponAnimReloadTime (Created page with "{{Function |origin = Anh |summary = Sets the animation reload time for the Weapon BaseForm. If ''weapon'' is omitted and a calling reference is provided, that re...")
- 07:00, 14 October 2021 (diff | hist) . . (+85) . . m SetWeaponAnimJamTime
- 06:56, 14 October 2021 (diff | hist) . . (+465) . . N SetWeaponAnimJamTime (Created page with "{{Function |origin = Anh |summary = Sets the animation jam time of the Weapon BaseForm. If ''weapon'' is omitted and a calling reference is provided, that refer...")
- 06:53, 14 October 2021 (diff | hist) . . (+310) . . N Tanh (new page) (current)
- 06:52, 14 October 2021 (diff | hist) . . (+309) . . N Cosh (new page) (current)
- 06:52, 14 October 2021 (diff | hist) . . (+20) . . m Sinh (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)