SLEvents class abstract

Constructors

SLEvents.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

at_rot_target(Integer iHandle, Rotation rTargetRotation, Rotation rCurrentRotation) → void
at_target(Integer iHandle, Vector vTargetPosition, Vector vCurrrentPosition) → void
attach(Key kAttached) → void
changed(Integer iChangedFlags) → void
collision(Integer iCollisionCount) → void
collision_end(Integer iCollisionCount) → void
collision_start(Integer iCollisionCount) → void
control(Key kID, Integer iLevels, Integer iEdges) → void
dataserver(Key kRequestID, string sData) → void
email(string sTime, string sAddress, string sSubject, string sBody, Integer iRemaining) → void
http_request(Key kRequestID, string sMethod, string sBody) → void
http_response(Key kRequestID, Integer iStatus, list lMetadata, string sBody) → void
land_collision(Vector vPosition) → void
land_collision_end(Vector vPosition) → void
land_collision_start(Vector vPosition) → void
linkset_data(Integer action, string name, string value) → void
listen(Integer iChannel, String sName, Key kID, String sText) → void
money(Key kPayerID, Integer iAmount) → void
moving_end() → void
moving_start() → void
no_sensor() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
not_at_rot_target() → void
not_at_target() → void
object_rez(Key kID) → void
on_rez(Integer iStartParameter) → void
path_update(Integer iType, list lReserved) → void
remote_data(Integer iEventType, Key kChannelID, Key kMessageID, string sSender, Integer iData, string sData) → void
run_time_permissions(Integer iPermissionsFlags) → void
sensor(Integer iSensedCount) → void
state_entry() → void
state_exit() → void
timer() → void
toString() String
A string representation of this object.
inherited
touch(Integer iTouchesCount) → void
touch_end(Integer iTouchesCount) → void
touch_start(Integer iTouchesCount) → void
transaction_result(Key kID, Integer iSuccess, string sMessage) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited