Correct function names in Variable-Server.md

This commit is contained in:
Jacqueline Deans 2022-12-06 13:37:32 -06:00 committed by GitHub
parent 90b5cdcb3c
commit 75b05a865f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,10 +137,10 @@ The frame refers to the software frame in the Executive. In freeze mode a diffe
multiplier and offset are used.
```python
trick.var_set_frame_multiplier(int mult)
trick.var_set_frame_multiple(int mult)
trick.var_set_frame_offset(int offset)
trick.var_set_freeze_frame_multiplier(int mult)
trick.var_set_freeze_frame_multiple(int mult)
trick.var_set_freeze_frame_offset(int offset)
```