Changes between Version 59 and Version 60 of EnglishStyleGuide


Ignore:
Timestamp:
Aug 26, 2019, 1:17:23 AM (5 years ago)
Author:
Krinkle
Comment:

Clarify RepeatTime inverse logic a bit further (the missing puzzle piece was to turn 0.5 into 2x, after that +100% makes sense)

Legend:

Unmodified
Added
Removed
Modified
  • EnglishStyleGuide

    v59 v60  
    163163
    164164Notes:[[br]]
    165 ¹ The meaning in code and display text is reversed, so values must be reversed as well. For example, if code says value × 0.5 (−50%), display text must say +100% (value ÷ 0.5).
     165¹ The meaning in code is reserved from the display text. For example, if code says `RepeatTime value × 0.5` (subtract 50%) then the speed will be twice as fast, which should be displayed as +100% (value ÷ 0.5).
    166166
    167167=== Structures