2018-12-30 16:43:04 -08:00
|
|
|
---
|
|
|
|
|
title: objects / move_object
|
|
|
|
|
---
|
2023-11-25 09:50:24 -08:00
|
|
|
# move_object
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### NAME
|
|
|
|
|
|
2018-12-30 16:59:01 -08:00
|
|
|
move_object() - move current object to another environment
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### SYNOPSIS
|
|
|
|
|
|
2020-03-10 16:38:35 +08:00
|
|
|
void move_object( mixed dest );
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### DESCRIPTION
|
2018-12-30 16:59:01 -08:00
|
|
|
|
2020-03-10 16:38:35 +08:00
|
|
|
Move the current object into the object `dest'. dest should either be
|
|
|
|
|
a filename or an object.
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
2018-12-30 16:59:01 -08:00
|
|
|
this_object(3), move_or_destruct(4)
|