10 lines
		
	
	
		
			196 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			196 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
function defaultHandlerEnterFuben(pActor, arg)
 | 
						|
	
 | 
						|
end
 | 
						|
 | 
						|
function defaultHandlerExitFuben( pActor, fubenId )
 | 
						|
	local curFbId = Actor.getFubenId(pActor)
 | 
						|
	if curFbId ~= fubenId then
 | 
						|
		return
 | 
						|
	end
 | 
						|
end |