@rbxts/types 1.0.772 → 1.0.773
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/include/roblox.d.ts +2 -0
- package/package.json +1 -1
package/include/roblox.d.ts
CHANGED
|
@@ -355,6 +355,8 @@ interface AgentParameters {
|
|
|
355
355
|
AgentHeight?: number;
|
|
356
356
|
/** Sets whether off-mesh links for jumping are allowed. */
|
|
357
357
|
AgentCanJump?: boolean;
|
|
358
|
+
/** Determines whether climbing `TrussParts` during pathfinding is allowed. */
|
|
359
|
+
AgentCanClimb?: boolean;
|
|
358
360
|
/** Determines the spacing between intermediate waypoints in path. */
|
|
359
361
|
WaypointSpacing?: number;
|
|
360
362
|
/** Table of materials or defined PathfindingModifiers and their "cost" for traversal. Useful for making the agent prefer certain materials/regions over others. */
|