Changes between Version 5 and Version 6 of S3/S3Tracking


Ignore:
Timestamp:
03/22/11 10:21:06 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Tracking

    v5 v6  
    170170It 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.
    171171
    172 This can be achieved by using the check_in() and check_out() methods.
     172This can be achieved by using the {{{check_in()}}} and {{{check_out()}}} methods.
    173173
    174174{{{
     
    189189}}}
    190190
    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.
     191When 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
     193Both {{{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.
    194194
    195195If you specify a super-entity instance to check-in to, then the respective instance record will automatically be used: