Question on forceMapRecenter in Special Message
Posted: Sun Sep 03, 2023 11:30 am
Good afternoon,
Just a question out of curiosity
On this LUA page: https://commandlua.github.io/assets/Fun ... ssage.html
You have the line: forceMapRecenter [optional] True/False The map will be centered on location if present.
Probably due to languange knowledge on my end but should this move your screen to location without executing the button "jump to location"?
I made this: local msg = ScenEdit_SpecialMessage('playerside', 'Here\'s a message!', {latitude = 'N41.00.00', longitude = 'E005.30.00', forceMapRecenter=true})
In this case I have no difference as without using: forceMapRecenter
What am I doing wrong or do I misunderstood.
regards GJ
Just a question out of curiosity
On this LUA page: https://commandlua.github.io/assets/Fun ... ssage.html
You have the line: forceMapRecenter [optional] True/False The map will be centered on location if present.
Probably due to languange knowledge on my end but should this move your screen to location without executing the button "jump to location"?
I made this: local msg = ScenEdit_SpecialMessage('playerside', 'Here\'s a message!', {latitude = 'N41.00.00', longitude = 'E005.30.00', forceMapRecenter=true})
In this case I have no difference as without using: forceMapRecenter
What am I doing wrong or do I misunderstood.
regards GJ