Err, gah... native one being changed didn't really matter
This commit is contained in:
parent
53e84a13be
commit
ecd2d913e4
|
@ -150,11 +150,8 @@ native remove_entity(iIndex);
|
||||||
/* Return current number of entities in the map */
|
/* Return current number of entities in the map */
|
||||||
native entity_count();
|
native entity_count();
|
||||||
|
|
||||||
/* Simulate two entities colliding/touching.
|
/* Simulate two entities colliding/touching. */
|
||||||
* ptr - touched entity
|
native fake_touch(entTouched, entToucher);
|
||||||
* ptd - toucher entity
|
|
||||||
*/
|
|
||||||
native fake_touch(ptr, ptd);
|
|
||||||
|
|
||||||
/* 2 formats.
|
/* 2 formats.
|
||||||
Format: DispatchKeyValue("KeyName","Value") - sets keyvalues for the entity specified in the keyvalue() forward.
|
Format: DispatchKeyValue("KeyName","Value") - sets keyvalues for the entity specified in the keyvalue() forward.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user