TestLineAgainstWater: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{Client function}}
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
bool float float float testLineAgainstWater ( float startX, float startY, float startZ, float endX, float endY, float endZ )
bool float float float testLineAgainstWater ( float startX, float startY, float startZ, float endX, float endY, float endZ )
</syntaxhighlight>
</syntaxhighlight>

Revision as of 18:22, 15 August 2007

Syntax

bool float float float testLineAgainstWater ( float startX, float startY, float startZ, float endX, float endY, float endZ )