Changes between Version 5 and Version 6 of S3/S3Tracking
- Timestamp:
- 03/22/11 10:21:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Tracking
v5 v6 170 170 It might be desirable to track one object together with another. For example, if a person is in a vehicle, and the vehicle's location changes, then the location of the person should change as well. 171 171 172 This can be achieved by using the check_in() and check_out()methods.172 This can be achieved by using the {{{check_in()}}} and {{{check_out()}}} methods. 173 173 174 174 {{{ … … 189 189 }}} 190 190 191 When you set the location of a checked-in object explicitly using set_location(), then the object will automatically be checked-out from wherever it has been checked-in before.192 193 Both check_in() as well as check_out() accept the timestmpparameter to set the time of the check-in/out explicitly. If omitted, then the current server time is used.191 When you set the location of a checked-in object explicitly using {{{set_location()}}}, then the object will automatically be checked-out from wherever it has been checked-in before. 192 193 Both {{{check_in()}}} as well as {{{check_out()}}} accept the {{{timestmp}}} parameter to set the time of the check-in/out explicitly. If omitted, then the current server time is used. 194 194 195 195 If you specify a super-entity instance to check-in to, then the respective instance record will automatically be used: