The following warnings occurred:
Warning [2] Undefined array key "previewpost" - Line: 164 - File: inc/plugins/htmlposts.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/htmlposts.php 164 errorHandler->error_callback
/inc/class_plugins.php 142 htmlposts_parse
/inc/class_parser.php 153 pluginSystem->run_hooks
/inc/functions_post.php 829 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "previewpost" - Line: 164 - File: inc/plugins/htmlposts.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/htmlposts.php 164 errorHandler->error_callback
/inc/class_plugins.php 142 htmlposts_parse
/inc/class_parser.php 153 pluginSystem->run_hooks
/inc/functions_post.php 829 postParser->parse_message
/showthread.php 1121 build_postbit




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parenthesis Aren't Retained in Math [Unreal 227h]
#1
Code:
EndTrace = StartTrace + Accuracy * (FRand() - 0.5 )* Y * 1000
               + Accuracy * (FRand() - 0.5 ) * Z * 1000;

Decompiles to:

Code:
EndTrace = StartTrace + Accuracy * FRand() - 0.50 * Y * float(1000) + Accuracy * FRand() - 0.50 * Z * float(1000);

I think you can see where the parenthesis are stripped :p.
Reply
#2
I'm struggling to figure out where those parenthesis even resist within the package. The only priority I can get are the standard ones defined in the operators. :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)