Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T176428
Change Details
Change Details
Old
New
Diff
Example test if such command existed: ``` frame = diag_frameno; frame callNextFrame { systemChat str (diag_frameno - _this); }; ``` would print `1` in the chat.
Example test if such command existed: ``` diag_frameno callNextFrame { systemChat str (diag_frameno - _this); }; ``` would print `1` in the chat.
Example test if such command existed: ```
frame =
diag_frameno
; frame
callNextFrame { systemChat str (diag_frameno - _this); }; ``` would print `1` in the chat.
Continue