Changes between Initial Version and Version 1 of Ticket #3752, comment 2


Ignore:
Timestamp:
May 31, 2016, 12:17:03 AM (8 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3752, comment 2

    initial v1  
    1616
    1717'''Existing implementation:'''
    18 (As of r18264) changing the rate manually is implemented, but it's not done automatically.
     18In r7936 changing the rate manually (from JS) was implemented.
    1919
    2020Explanation: The host can call `Engine.SetTurnLength(foo);` from the JS command-line interface (F9 key). It will directly change `m_TurnLength` of the `NetServerTurnManager`.