View Issue Details

IDProjectCategoryView StatusLast Update
0000166RPG ArchitectFeature Requestpublic2024-09-12 15:50
ReporterMondune Assigned ToLocke  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product VersionEarly Access 
Target Version1.0 
Summary0000166: Variable Commands - Functions
DescriptionVariable commands should allow for various functions, such as SIN, COS, TAN, UPPER, LOWER, FLOOR, CEILING, ABSOLUTE VALUE, etc. They will likely be an enum with a description converter.

SIN, COS, TAN, etc - Two versions: Taking Radians or Degrees

UPPER/LOWER - Uppercase or lowercase a string

Each of these should be applied to the operand, e.g. if you set “=” to a hard-coded value OR another variable, it’ll apply this to that. e.g.

Set Variable 0 = Variable 2 (SIN - RADIANS) would set Variable 0 to Sin(Variable 2) where Variable 2 is expressed in radians.

Set Variable 0 Subtract 25 (SIN - DEGREES) would subtract Sin(25 degrees) from Variable 0.
TagsEditor, Engine

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-03-20 22:52 Mondune New Issue
2024-03-20 22:52 Mondune Status new => assigned
2024-03-20 22:52 Mondune Assigned To => Locke
2024-03-20 22:52 Mondune Tag Attached: Editor
2024-03-20 22:52 Mondune Tag Attached: Engine
2024-03-20 22:52 Mondune Status assigned => acknowledged
2024-03-21 02:33 Locke Status acknowledged => confirmed
2024-03-21 02:34 Locke Status confirmed => acknowledged
2024-03-21 02:42 Locke Target Version => 1.0
2024-04-17 21:09 Locke Status acknowledged => resolved
2024-04-17 21:09 Locke Resolution open => fixed
2024-09-12 15:50 Locke Status resolved => closed