<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=OnRoad</id>
	<title>OnRoad - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=OnRoad"/>
	<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=OnRoad&amp;action=history"/>
	<updated>2026-06-04T14:50:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://cmm.ozdeadmeat.com/index.php?title=OnRoad&amp;diff=6004&amp;oldid=prev</id>
		<title>Ozdeadmeat: OnRoad – created via PowerShell script (2025-11-11T21:12:41Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=OnRoad&amp;diff=6004&amp;oldid=prev"/>
		<updated>2025-11-11T10:12:42Z</updated>

		<summary type="html">&lt;p&gt;OnRoad – created via PowerShell script (2025-11-11T21:12:41Z)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          OnRoad|fDescription=   Checks whether a given 3D position lies on a road surface by validating the input and querying the surface type at the projected 2D point. If the input is invalid or missing coordinates, it logs an error and returns false. Otherwise, it returns true if the surface type is road (ID 4).|parentFile=     cmm.spawnFunctions.lua|syntax=         CMM.OnRoad(vec3 &amp;lt;TBL&amp;gt;)|return=         boolean|returnDesc=     returns true if the surface at the projected point is a road (surface type 4), otherwise returns false.|example=        CMM.OnRoad({x=100,y=200,z=300})|exampleDesc=    Evaluates whether the point (100,200,300) lies on a road surface by checking the surface type at the (100,200) 2D projection, returning true if it is a road.|related=        |note=           |envType= CMM|par1=         table vec3|reqType1=     table|reqName1=     vec3|desc1=       {x &amp;lt;number&amp;gt;, y &amp;lt;number&amp;gt;, z &amp;lt;number&amp;gt;} – 3D position vector; if not a table or missing x or y, an error is logged and false is returned.}}&lt;/div&gt;</summary>
		<author><name>Ozdeadmeat</name></author>
	</entry>
</feed>