Dota 2 Workshop Tools/Scripting/API/CEntities.FindAllByClassnameWithin: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
m (→Parameters) |
||
Line 20: | Line 20: | ||
| string | | string | ||
| string_1 | | string_1 | ||
| | | Classname | ||
|- | |- | ||
| Vector | | Vector | ||
| Vector_2 | | Vector_2 | ||
| | | Origin | ||
|- | |- | ||
| float | | float | ||
| float_3 | | float_3 | ||
| | | Radius from origin | ||
|} | |} | ||
Revision as of 02:30, 23 October 2015

Function Description
table FindAllByClassnameWithin(string string_1, Vector Vector_2, float float_3)
Find entities by class name within a radius.
Parameters
Type | Name | Description |
---|---|---|
string | string_1 | Classname |
Vector | Vector_2 | Origin |
float | float_3 | Radius from origin |
Returns
table - No Description Set