Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lslforge/haskell/src/Language/Lsl/Internal/EventSigs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ lslEventDescriptors = [
"raised when a scripted object starts colliding with the ground"),
("link_message", [(LLInteger,"sender_num"), (LLInteger,"num"), (LLString,"str"), (LLKey,"id")], EventDeliveryPrim, [],
"raised when a scripted prim receives a link message, sent via llMessageLinked"),
("linkset_data", [(LLInteger,"action"), (LLString,"name"), (LLString,"value")], EventDeliveryPrim, [],
"raised when the datastore has been modified through a call to one of the llLinksetData functions"),
("listen", [(LLInteger, "channel"), (LLString,"name"), (LLKey,"id"), (LLString,"message")], EventDeliveryScript, [],
"raised whenever 'chat' is detected that matches constraints specified via a llListen call"),
("money",[(LLKey,"id"),(LLInteger,"amount")], EventDeliveryPrim, [],
Expand Down